diff options
Diffstat (limited to 'graphics/plotmtv/Makefile')
-rw-r--r-- | graphics/plotmtv/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/plotmtv/Makefile b/graphics/plotmtv/Makefile index f7e20aa5e44..8faa8ada2c5 100644 --- a/graphics/plotmtv/Makefile +++ b/graphics/plotmtv/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2003/03/02 19:47:24 jschauma Exp $ +# $NetBSD: Makefile,v 1.8 2003/03/29 12:41:20 jmmv Exp $ DISTNAME= Plotmtv1.4.1 PKGNAME= plotmtv-1.4.1 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/${DISTNAME} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} EXTRACT_SUFX= .tar.Z @@ -10,8 +11,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org COMMENT= Multipurpose X11 plotting program -WRKSRC= ${WRKDIR}/${DISTNAME} - USE_IMAKE= yes USE_X11BASE= yes |