diff options
author | salo <salo@pkgsrc.org> | 2004-07-21 21:16:10 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-07-21 21:16:10 +0000 |
commit | 67c5db45eea347ac45d89c08ca6126a1db624662 (patch) | |
tree | 6b0c65766045b6f079904be97fd59eb1b41e3bb4 /graphics | |
parent | b212e2df00a8d44419254f79f45ed034576edae2 (diff) | |
download | pkgsrc-67c5db45eea347ac45d89c08ca6126a1db624662.tar.gz |
USE_IMAKE implies USE_X11BASE, remove it.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/plotmtv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/plotmtv/Makefile b/graphics/plotmtv/Makefile index d4f55fe864f..39c177bf532 100644 --- a/graphics/plotmtv/Makefile +++ b/graphics/plotmtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/20 12:18:16 agc Exp $ +# $NetBSD: Makefile,v 1.12 2004/07/21 21:16:10 salo Exp $ DISTNAME= Plotmtv1.4.1 PKGNAME= plotmtv-1.4.1 @@ -12,7 +12,6 @@ COMMENT= Multipurpose X11 plotting program WRKSRC= ${WRKDIR}/${DISTNAME} USE_IMAKE= yes -USE_X11BASE= yes post-extract: @${MV} -f ${WRKSRC}/Docs/plotmtv.man ${WRKSRC}/Plot |