diff options
author | salo <salo> | 2004-07-21 21:16:10 +0000 |
---|---|---|
committer | salo <salo> | 2004-07-21 21:16:10 +0000 |
commit | f33473ba1a1a9ac22ab0f072003f670654a923fd (patch) | |
tree | 6b0c65766045b6f079904be97fd59eb1b41e3bb4 /graphics | |
parent | 12e3f525b9894306604c452996567a057d1f9865 (diff) | |
download | pkgsrc-f33473ba1a1a9ac22ab0f072003f670654a923fd.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 |