diff options
Diffstat (limited to 'net-p2p/gkrellm-gift/Makefile')
-rw-r--r-- | net-p2p/gkrellm-gift/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/gkrellm-gift/Makefile b/net-p2p/gkrellm-gift/Makefile index 3a02f4daa1b6..638d46b1f942 100644 --- a/net-p2p/gkrellm-gift/Makefile +++ b/net-p2p/gkrellm-gift/Makefile @@ -7,7 +7,7 @@ PORTNAME= gift PORTVERSION= 0.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p MASTER_SITES= ftp://ftp.code-monkey.de/pub/gkrellm-gift/ \ http://depot.fsck.ch/mirror/distfiles/ @@ -21,10 +21,11 @@ LIB_DEPENDS= gift.0:${PORTSDIR}/net-p2p/gift RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes -PLIST_FILES= libexec/gkrellm2/plugins/gift.so +PLIST_FILES= libexec/gkrellm2/plugins/gift.la \ + libexec/gkrellm2/plugins/gift.so post-install: ${STRIP_CMD} ${PREFIX}/libexec/gkrellm2/plugins/${PORTNAME}.so |