diff options
author | pav <pav@FreeBSD.org> | 2005-01-23 13:21:53 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-23 13:21:53 +0000 |
commit | b079664268f16632fd32a488ce52e1349d77f8da (patch) | |
tree | a4ba727fa71085893f5fa91a46d08f767e94aeb8 /net | |
parent | e79f8fd7f253e095816bcca21dba6953f4083d0f (diff) | |
download | FreeBSD-ports-b079664268f16632fd32a488ce52e1349d77f8da.zip FreeBSD-ports-b079664268f16632fd32a488ce52e1349d77f8da.tar.gz |
- Switch to libtool15, avoid .la file
PR: ports/76582
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/gkrellm-gift/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gkrellm-gift/Makefile b/net/gkrellm-gift/Makefile index 6778802..5a762de 100644 --- a/net/gkrellm-gift/Makefile +++ b/net/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 |