aboutsummaryrefslogtreecommitdiffstats
path: root/irc/dxirc/Makefile
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-01-02 15:59:43 +0800
committerjgh <jgh@FreeBSD.org>2013-01-02 15:59:43 +0800
commit690d180a28e727aa301ac412d4ed706bd22911e7 (patch)
tree59e70fef7a0162819e7693e3ec4a4f75b36f0c1f /irc/dxirc/Makefile
parent34524da12229902b43512241386cf7296f477193 (diff)
downloadfreebsd-ports-gnome-690d180a28e727aa301ac412d4ed706bd22911e7.tar.gz
freebsd-ports-gnome-690d180a28e727aa301ac412d4ed706bd22911e7.tar.zst
freebsd-ports-gnome-690d180a28e727aa301ac412d4ed706bd22911e7.zip
- fix LIB_DEPENDS and use dirrmtry in favor of dirrm
- drop default options_defined already default by options framework Spotted by: jhale@
Diffstat (limited to 'irc/dxirc/Makefile')
-rw-r--r--irc/dxirc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/dxirc/Makefile b/irc/dxirc/Makefile
index 7cc97b9c0190..e2ddb60e6254 100644
--- a/irc/dxirc/Makefile
+++ b/irc/dxirc/Makefile
@@ -11,7 +11,7 @@ COMMENT= Simple IRC client written using the FOX toolkit
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= FOX-1:${PORTSDIR}/x11-toolkits/fox16
+LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16
USE_XORG= xft
USE_GMAKE= yes
@@ -20,7 +20,7 @@ CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
OPTIONS_DEFINE= NLS TRAY IPV6 SSL LUA ENCHANT NOTIFY
-OPTIONS_DEFAULT= NLS TRAY IPV6 SSL LUA
+OPTIONS_DEFAULT= TRAY SSL LUA
TRAY_DESC= Trayicon
ENCHANT_DESC= Spellchecking support