diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 05:25:22 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 05:25:22 +0000 |
commit | d3ed8a1b495ab187a1e07aff4ac2d889a3ea351b (patch) | |
tree | 3983baab3ebf80e7c9ebb6a5801d28c87e9610fb /irc/irssi | |
parent | 053fdb6a6b2e3ff91995de3ff3e70ec1ae925ccc (diff) | |
download | ports-d3ed8a1b495ab187a1e07aff4ac2d889a3ea351b.tar.gz ports-d3ed8a1b495ab187a1e07aff4ac2d889a3ea351b.zip |
Set {WANT,USE}_GNOME correctly to make these ports compatible with the new
bsd.port.mk.
Submitted by: kris
Notes
Notes:
svn path=/head/; revision=99921
Diffstat (limited to 'irc/irssi')
-rw-r--r-- | irc/irssi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index d27f31440bc1..3e47453d26dd 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -17,6 +17,8 @@ COMMENT?= A modular IRC client with many features USE_BZIP2= yes GNU_CONFIGURE= yes +WANT_GNOME= yes + MAN1= irssi.1 .include <bsd.port.pre.mk> |