diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-01 02:48:09 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-01 02:48:09 +0000 |
commit | cb6c7148affdf11d7668852a8e910f17f574fc32 (patch) | |
tree | c44864c0824ce2580e9517d1c51a7060c859ee30 /textproc/artha/Makefile | |
parent | 98cae058aef2aa36352536085d4fc682e50316af (diff) | |
download | ports-cb6c7148affdf11d7668852a8e910f17f574fc32.tar.gz ports-cb6c7148affdf11d7668852a8e910f17f574fc32.zip |
Notes
Diffstat (limited to 'textproc/artha/Makefile')
-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 |