diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
commit | 40359543350f97f6f4ce738f77467358da339880 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /misc | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/astrolog/Makefile | 4 | ||||
-rw-r--r-- | misc/bbappconf/Makefile | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index f3fd01de31d..b3a480602c0 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2012/10/08 09:57:16 asau Exp $ +# $NetBSD: Makefile,v 1.39 2015/07/04 16:18:38 joerg Exp $ DISTNAME= ast54unx PKGNAME= astrolog-5.40 @@ -21,8 +21,6 @@ WRKSRC= ${WRKDIR} EPHEM= LRZ5_24 CHI_24 CPJV_24 EXTRACT_ONLY= ${DISTNAME}.shr -USE_X11BASE= yes - DIST_SUBDIR= astrolog BUILD_TARGET= astrolog diff --git a/misc/bbappconf/Makefile b/misc/bbappconf/Makefile index 882ffea2b26..95b652f1164 100644 --- a/misc/bbappconf/Makefile +++ b/misc/bbappconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/08 09:57:16 asau Exp $ +# $NetBSD: Makefile,v 1.20 2015/07/04 16:18:38 joerg Exp $ # DISTNAME= bbappconf-0.0.2 @@ -11,7 +11,6 @@ HOMEPAGE= http://bbtools.sourceforge.net/download.php?file=1 COMMENT= Configure the behaviour of an application under Blackbox USE_LANGUAGES= c c++ -USE_X11BASE= YES GNU_CONFIGURE= YES INSTALLATION_DIRS= ${PKGMANDIR}/man1 |