diff options
Diffstat (limited to 'games/taxipilot/Makefile')
-rw-r--r-- | games/taxipilot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/taxipilot/Makefile b/games/taxipilot/Makefile index e7946ca8d35f..2a07bb389b12 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}" |