diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/astrolog/Makefile | 4 | ||||
-rw-r--r-- | misc/kdeutils/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 587f40aea43..1fe35ccab72 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:12 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 1999/01/30 23:18:53 agc Exp $ # FreeBSD Id: Makefile,v 1.12 1997/08/10 22:31:15 fenner Exp # @@ -15,7 +15,7 @@ HOMEPAGE= http://www.astrolog.org/ EPHEM= LRZ5_24 CHI_24 CPJV_24 -USE_X11= yes +USE_X11BASE= yes EXTRACT_ONLY= ${DISTNAME}.shr EXTRACT_CMD= ${SH} diff --git a/misc/kdeutils/Makefile b/misc/kdeutils/Makefile index d0e7bba5c8f..92683e736a1 100644 --- a/misc/kdeutils/Makefile +++ b/misc/kdeutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1998/12/29 19:46:49 tron Exp $ +# $NetBSD: Makefile,v 1.23 1999/01/30 23:18:53 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/11/28 00:04:18 se Exp # @@ -14,7 +14,7 @@ DEPENDS+= kdebase-1.0:../../x11/kdebase CONFLICTS= kdeutils-2.1b kdeutils-3.1b kdeutils-4.1b -USE_X11= yes +USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ "--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \ |