aboutsummaryrefslogtreecommitdiff
path: root/irc/xchat
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
commita9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch)
tree23607acdfffe977946d3c7bb877bab60e64640e7 /irc/xchat
parent4e1b79a0a61f4973df8b4b0864d22086c769e219 (diff)
Notes
Diffstat (limited to 'irc/xchat')
-rw-r--r--irc/xchat/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index b5f40a7c9789..e622b41dd824 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/Makefile
@@ -35,7 +35,7 @@ LIBSEXY_DESC= Spell check support via libsexy
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS+= libdbus-glib-1.so:devel/dbus-glib
CONFIGURE_ARGS+=--enable-dbus
USE_GNOME+= gconf2
GCONF_SCHEMAS+= apps_xchat_url_handler.schemas
@@ -46,18 +46,18 @@ PLIST_SUB+= DBUS="@comment "
.endif
.if ${PORT_OPTIONS:MGTKSPELL}
-LIB_DEPENDS+= libgtkspell.so:${PORTSDIR}/textproc/gtkspell
+LIB_DEPENDS+= libgtkspell.so:textproc/gtkspell
CONFIGURE_ARGS+=--enable-spell=gtkspell
.elif ${PORT_OPTIONS:MLIBSEXY}
-LIB_DEPENDS+= libsexy.so:${PORTSDIR}/x11-toolkits/libsexy
+LIB_DEPENDS+= libsexy.so:x11-toolkits/libsexy
CONFIGURE_ARGS+=--enable-spell=libsexy
.else
CONFIGURE_ARGS+=--enable-spell=none
.endif
.if ${PORT_OPTIONS:MNOTIFY}
-RUN_DEPENDS+= notify-send:${PORTSDIR}/devel/libnotify \
- ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon
+RUN_DEPENDS+= notify-send:devel/libnotify \
+ ${LOCALBASE}/libexec/notification-daemon:deskutils/notification-daemon
.endif
.if ${PORT_OPTIONS:MPERL}
@@ -79,7 +79,7 @@ PLIST_SUB+= PYTHON="@comment "
.endif
.if ${PORT_OPTIONS:MSOCKS}
-LIB_DEPENDS+= libsocks.so:${PORTSDIR}/net/dante
+LIB_DEPENDS+= libsocks.so:net/dante
CONFIGURE_ARGS+=--enable-socks
.endif