diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-01 10:48:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-01 10:48:09 +0800 |
commit | 7f299ee8ff040b802cdb7c4c4cd1906163db0a3f (patch) | |
tree | c44864c0824ce2580e9517d1c51a7060c859ee30 /textproc | |
parent | ed3c3598ea883c4772a5dfa4390d895458afe4a0 (diff) | |
download | freebsd-ports-gnome-7f299ee8ff040b802cdb7c4c4cd1906163db0a3f.tar.gz freebsd-ports-gnome-7f299ee8ff040b802cdb7c4c4cd1906163db0a3f.tar.zst freebsd-ports-gnome-7f299ee8ff040b802cdb7c4c4cd1906163db0a3f.zip |
- Switch to USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/artha/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/artha/Makefile b/textproc/artha/Makefile index 1008fc7b956a..127d42f4a667 100644 --- a/textproc/artha/Makefile +++ b/textproc/artha/Makefile @@ -3,6 +3,7 @@ PORTNAME= artha PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF @@ -14,15 +15,15 @@ LICENSE= GPLv2 LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libWN.so:${PORTSDIR}/textproc/wordnet -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool -USES= gmake pkgconfig +USES= gmake libtool pkgconfig CONFIGURE_ARGS= --enable-static=no --x-includes=${LOCALBASE}/include \ --x-libraries=${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/WordNet +LIBS+= `pkg-config --libs gio-2.0` OPTIONS_DEFINE= NOTIFY NOTIFY_DESC= Popup word definition as notification |