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 /games/taxipilot | |
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 'games/taxipilot')
-rw-r--r-- | games/taxipilot/Makefile | 6 | ||||
-rw-r--r-- | games/taxipilot/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games/taxipilot/Makefile b/games/taxipilot/Makefile index e7946ca..2a07bb3 100644 --- a/games/taxipilot/Makefile +++ b/games/taxipilot/Makefile @@ -6,7 +6,7 @@ PORTNAME= taxipilot PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -17,10 +17,10 @@ COMMENT= A Spacetaxi clone LIB_DEPENDS= artsmodules.0:${PORTSDIR}/multimedia/kdemultimedia3 -USE_KDELIBS_VER= 3 +USE_KDELIBS_VER=3 USE_REINPLACE= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure CONFIGURE_ENV= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS}" diff --git a/games/taxipilot/pkg-plist b/games/taxipilot/pkg-plist index fb58a72..e7840d9 100644 --- a/games/taxipilot/pkg-plist +++ b/games/taxipilot/pkg-plist @@ -1,4 +1,5 @@ bin/taxipilot +lib/libEXT_wavpo.a lib/libEXT_wavpo.la lib/libEXT_wavpo.so lib/libEXT_wavpo.so.0 |