diff options
author | pav <pav@FreeBSD.org> | 2005-01-23 21:21:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-23 21:21:53 +0800 |
commit | b079664268f16632fd32a488ce52e1349d77f8da (patch) | |
tree | a4ba727fa71085893f5fa91a46d08f767e94aeb8 | |
parent | e79f8fd7f253e095816bcca21dba6953f4083d0f (diff) | |
download | freebsd-ports-gnome-b079664268f16632fd32a488ce52e1349d77f8da.tar.gz freebsd-ports-gnome-b079664268f16632fd32a488ce52e1349d77f8da.tar.zst freebsd-ports-gnome-b079664268f16632fd32a488ce52e1349d77f8da.zip |
- Switch to libtool15, avoid .la file
PR: ports/76582
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
-rw-r--r-- | net-p2p/gkrellm-gift/Makefile | 6 | ||||
-rw-r--r-- | net/gkrellm-gift/Makefile | 6 |
2 files changed, 6 insertions, 6 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 diff --git a/net/gkrellm-gift/Makefile b/net/gkrellm-gift/Makefile index 6778802ee899..5a762de6510d 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 |