diff options
author | tv <tv@pkgsrc.org> | 1998-07-20 15:08:28 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-20 15:08:28 +0000 |
commit | 76e675a63bfd523c2d4fc88c2249112e0def6d86 (patch) | |
tree | 8db23e70c87f5646957b0d41d7f737f02a8f7d3a /graphics/kdegraphics | |
parent | c71f299e88f3eabe824c436fdf54041d5ecfe347 (diff) | |
download | pkgsrc-76e675a63bfd523c2d4fc88c2249112e0def6d86.tar.gz |
HAS_CONFIGURE -> GNU_CONFIGURE.
Diffstat (limited to 'graphics/kdegraphics')
-rw-r--r-- | graphics/kdegraphics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" \ |