diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-25 22:03:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-25 22:03:15 +0000 |
commit | 3e0a2d750860c7137d17284fa4e782bdd20cf06b (patch) | |
tree | 51a1e107205108606647ac9b8d35294bfa261f23 /textproc/artha | |
parent | bbde3b1a18aed5a0afadad1708e38628dac2362c (diff) | |
download | ports-3e0a2d750860c7137d17284fa4e782bdd20cf06b.tar.gz ports-3e0a2d750860c7137d17284fa4e782bdd20cf06b.zip |
Notes
Diffstat (limited to 'textproc/artha')
-rw-r--r-- | textproc/artha/Makefile | 13 | ||||
-rw-r--r-- | textproc/artha/pkg-plist | 1 |
2 files changed, 4 insertions, 10 deletions
diff --git a/textproc/artha/Makefile b/textproc/artha/Makefile index fecd0ee74861..1008fc7b956a 100644 --- a/textproc/artha/Makefile +++ b/textproc/artha/Makefile @@ -11,10 +11,8 @@ COMMENT= A free cross-platform English thesaurus LICENSE= GPLv2 -LIB_DEPENDS= dbus-glib:${PORTSDIR}/devel/dbus-glib \ - WN:${PORTSDIR}/textproc/wordnet - -MAN1= artha.1 +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libWN.so:${PORTSDIR}/textproc/wordnet USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes @@ -29,11 +27,6 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/WordNet OPTIONS_DEFINE= NOTIFY NOTIFY_DESC= Popup word definition as notification -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNOTIFY} -LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify -.endif +NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify .include <bsd.port.mk> diff --git a/textproc/artha/pkg-plist b/textproc/artha/pkg-plist index 7a7c73c681b9..f3cbf3f51d23 100644 --- a/textproc/artha/pkg-plist +++ b/textproc/artha/pkg-plist @@ -1,4 +1,5 @@ bin/artha +man/man1/artha.1.gz share/applications/artha.desktop share/pixmaps/artha.png %%DATADIR%%/gui.glade |