diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /deskutils/xneur | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'deskutils/xneur')
-rw-r--r-- | deskutils/xneur/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/xneur/Makefile b/deskutils/xneur/Makefile index f279ca460957..d4399296ac63 100644 --- a/deskutils/xneur/Makefile +++ b/deskutils/xneur/Makefile @@ -13,8 +13,8 @@ COMMENT= Auto keyboard switcher LICENSE= GPLv2 -LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ - libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libnotify.so:devel/libnotify \ + libpcre.so:devel/pcre USES= compiler:nestedfct iconv libtool localbase pathfix pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -39,11 +39,11 @@ NLS_CONFIGURE_ENABLE= nls X11_USE= XORG=x11 X11_CONFIGURE_WITH= x -ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell +ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ASPELL_CONFIGURE_ON= --with-spell=aspell ASPELL_CONFIGURE_OFF= --with-spell=no --without-aspell -XOSD_LIB_DEPENDS= libxosd.so:${PORTSDIR}/misc/xosd +XOSD_LIB_DEPENDS= libxosd.so:misc/xosd XOSD_CONFIGURE_WITH= xosd .include <bsd.port.options.mk> |