diff options
Diffstat (limited to 'games/kdegames4')
-rw-r--r-- | games/kdegames4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile index d1c0cb9..fa17bf4 100644 --- a/games/kdegames4/Makefile +++ b/games/kdegames4/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.30 1999/02/28 21:30:41 asami Exp $ +# $Id: Makefile,v 1.31 1999/05/03 22:28:40 se Exp $ # DISTNAME= kdegames-1.1.1 @@ -21,8 +21,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ - "--with-extra-includes=$(PREFIX)/include/giflib" +CONFIGURE_ARGS= "--prefix=$(PREFIX)" USE_GMAKE= yes CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ |