diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /net-im/gaim-slashexec | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.zip FreeBSD-ports-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'net-im/gaim-slashexec')
-rw-r--r-- | net-im/gaim-slashexec/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/gaim-slashexec/Makefile b/net-im/gaim-slashexec/Makefile index c58b4a8..1cde787 100644 --- a/net-im/gaim-slashexec/Makefile +++ b/net-im/gaim-slashexec/Makefile @@ -7,6 +7,7 @@ PORTNAME= slashexec PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= guifications @@ -19,9 +20,9 @@ BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_REINPLACE= yes -PLIST_FILES= lib/gaim/se.so +PLIST_FILES= lib/gaim/se.la lib/gaim/se.so .include <bsd.port.mk> |