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 /time/plan | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'time/plan')
-rw-r--r-- | time/plan/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/time/plan/Makefile b/time/plan/Makefile index 32e2e90f591..88394619571 100644 --- a/time/plan/Makefile +++ b/time/plan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2014/02/16 15:41:54 wiedi Exp $ +# $NetBSD: Makefile,v 1.33 2015/07/04 16:18:40 joerg Exp $ DISTNAME= plan-1.9 PKGREVISION= 1 @@ -11,7 +11,6 @@ COMMENT= Schedule planner based on X/Motif WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_TOOLS+= yacc lex -USE_X11BASE= YES BUILD_TARGET= ${LOWER_OPSYS} INSTALLATION_DIRS= libexec/plan ${PKGMANDIR}/man1 ${PKGMANDIR}/man4 \ |