diff options
author | tv <tv> | 1998-07-20 15:08:28 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-20 15:08:28 +0000 |
commit | 2767ea57ce1c115d9095d2da604cc216d9ed9b91 (patch) | |
tree | 8db23e70c87f5646957b0d41d7f737f02a8f7d3a | |
parent | 3c1ddcf9271c54b6a1ba95d329cf9ecf43ce853c (diff) | |
download | pkgsrc-2767ea57ce1c115d9095d2da604cc216d9ed9b91.tar.gz |
HAS_CONFIGURE -> GNU_CONFIGURE.
-rw-r--r-- | games/kdegames/Makefile | 4 | ||||
-rw-r--r-- | graphics/kdegraphics/Makefile | 4 | ||||
-rw-r--r-- | misc/kdeutils/Makefile | 6 | ||||
-rw-r--r-- | net/kdenetwork/Makefile | 4 | ||||
-rw-r--r-- | x11/kdebase/Makefile | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/games/kdegames/Makefile b/games/kdegames/Makefile index 3a75a73bdbe..622340b5c0b 100644 --- a/games/kdegames/Makefile +++ b/games/kdegames/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1998/07/19 21:09:22 tv Exp $ +# $NetBSD: Makefile,v 1.19 1998/07/20 15:08:28 tv Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:49 asami Exp # @@ -20,7 +20,7 @@ CONFLICTS= kdegames-2.1b kdegames-3.1b kdegames-4.1b USE_X11= yes USE_GMAKE= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ "--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \ "--datadir=${PREFIX}/share/kde" \ diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile index fe9eed3e983..c85e14ce9ad 100644 --- a/graphics/kdegraphics/Makefile +++ b/graphics/kdegraphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/07/19 21:09:22 tv Exp $ +# $NetBSD: Makefile,v 1.7 1998/07/20 15:08:29 tv Exp $ # DISTNAME= kdegraphics-1.0 @@ -18,7 +18,7 @@ CONFLICTS= kdegraphics-4.1b USE_X11= yes USE_GMAKE= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ "--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \ "--datadir=${PREFIX}/share/kde" \ diff --git a/misc/kdeutils/Makefile b/misc/kdeutils/Makefile index 1234a87a3cb..7081856a86c 100644 --- a/misc/kdeutils/Makefile +++ b/misc/kdeutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1998/07/19 21:09:22 tv Exp $ +# $NetBSD: Makefile,v 1.18 1998/07/20 15:08:29 tv Exp $ # FreeBSD Id: Makefile,v 1.4 1997/11/28 00:04:18 se Exp # @@ -18,8 +18,8 @@ DEPENDS+= kdebase-1.0:../../x11/kdebase CONFLICTS= kdeutils-2.1b kdeutils-3.1b kdeutils-4.1b USE_X11= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--x-inc=${PREFX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ +GNU_CONFIGURE= yes +CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ "--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \ "--with-qt-dir=${PREFIX}" \ "--with-qt-includes=${PREFIX}/include/qt" diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile index 666c35b3b81..3c736715ab7 100644 --- a/net/kdenetwork/Makefile +++ b/net/kdenetwork/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1998/07/19 21:09:23 tv Exp $ +# $NetBSD: Makefile,v 1.17 1998/07/20 15:08:29 tv Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp # @@ -21,7 +21,7 @@ DEPENDS+= kdebase-1.0:../../x11/kdebase CONFLICTS= kdenetwork-2.1b kdenetwork-3.1b kdenetwork-4.1b USE_X11= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ "--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \ "--datadir=${PREFIX}/share/kde" \ diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile index 850036620a2..91ffb0925c5 100644 --- a/x11/kdebase/Makefile +++ b/x11/kdebase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1998/07/19 21:09:23 tv Exp $ +# $NetBSD: Makefile,v 1.19 1998/07/20 15:08:29 tv Exp $ # FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp # @@ -18,7 +18,7 @@ DEPENDS+= kdelibs-1.0:../../x11/kdelibs CONFLICTS= kdebase-2.1b kdebase-3.1b kdebase-4.1b USE_X11= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ "--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \ "--with-qt-dir=${PREFIX}" \ |