diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-23 13:21:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-23 13:21:53 +0000 |
commit | 912c497bcfc098aab97e284549522e947750d3ed (patch) | |
tree | 18fb8e6d8c7cfaeadaaf22223586d6f0d98e25a1 /net-p2p/gkrellm-gift | |
parent | 72051f128059ad23673f39a22acb8fabd096e29f (diff) | |
download | ports-912c497bcfc098aab97e284549522e947750d3ed.tar.gz ports-912c497bcfc098aab97e284549522e947750d3ed.zip |
Notes
Diffstat (limited to 'net-p2p/gkrellm-gift')
-rw-r--r-- | net-p2p/gkrellm-gift/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/gkrellm-gift/Makefile b/net-p2p/gkrellm-gift/Makefile index 6778802ee899..5a762de6510d 100644 --- a/net-p2p/gkrellm-gift/Makefile +++ b/net-p2p/gkrellm-gift/Makefile @@ -7,7 +7,7 @@ PORTNAME= gift PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.code-monkey.de/pub/gkrellm-gift/ \ http://depot.fsck.ch/mirror/distfiles/ @@ -21,10 +21,10 @@ LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_GMAKE= yes USE_X_PREFIX= yes -PLIST_FILES= libexec/gkrellm2/plugins/gift.so libexec/gkrellm2/plugins/gift.la +PLIST_FILES= libexec/gkrellm2/plugins/gift.so post-install: ${STRIP_CMD} ${PREFIX}/libexec/gkrellm2/plugins/${PORTNAME}.so |