diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-21 22:23:08 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-21 22:23:08 +0000 |
commit | 258a678bdeccb425a20f68feb0aa7b03381497a3 (patch) | |
tree | afce4682b9fbe23dad8220014989e00bec7fb1f7 /games/taxipilot | |
parent | 7b44b2617561836d25048e72850e1ee3a2a89cae (diff) | |
download | ports-258a678bdeccb425a20f68feb0aa7b03381497a3.tar.gz ports-258a678bdeccb425a20f68feb0aa7b03381497a3.zip |
Notes
Diffstat (limited to 'games/taxipilot')
-rw-r--r-- | games/taxipilot/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/games/taxipilot/Makefile b/games/taxipilot/Makefile index 40427838a044..67ef0236c831 100644 --- a/games/taxipilot/Makefile +++ b/games/taxipilot/Makefile @@ -19,16 +19,11 @@ LIB_DEPENDS= artsmodules.0:${PORTSDIR}/multimedia/kdemultimedia3 USE_KDELIBS_VER= 3 USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOCONF_VER= 253 -USE_AUTOHEADER= yes -MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ - AUTOHEADER="${TRUE}" - -.include <bsd.port.pre.mk> +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes post-patch: - @${REINPLACE_CMD} -e 's| -pedantic||g ; \ - s|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |