diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Ngraph/Makefile | 3 | ||||
-rw-r--r-- | graphics/dx/Makefile | 3 | ||||
-rw-r--r-- | graphics/geomview/Makefile | 3 | ||||
-rw-r--r-- | graphics/xmbdfed/Makefile | 4 |
4 files changed, 9 insertions, 4 deletions
diff --git a/graphics/Ngraph/Makefile b/graphics/Ngraph/Makefile index 19b84a5795e..14e8c48c10d 100644 --- a/graphics/Ngraph/Makefile +++ b/graphics/Ngraph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/10/24 22:10:59 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/04/23 02:08:53 jlam Exp $ # DISTNAME= Ngraph-6.3.06-src @@ -16,6 +16,7 @@ COMMENT= the 2D graph and data analysis program EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_BUILDLINK_ONLY= yes +USE_X11BASE= yes USE_GMAKE= yes post-extract: diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile index 25383edb716..e2af14ad519 100644 --- a/graphics/dx/Makefile +++ b/graphics/dx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/03/13 17:37:04 fredb Exp $ +# $NetBSD: Makefile,v 1.15 2002/04/23 02:08:53 jlam Exp $ DISTNAME= dx-4.1.3 PKGREVISION= 1 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.research.ibm.com/dx/ COMMENT= Open Visualization Data Explorer USE_BUILDLINK_ONLY= yes +USE_X11BASE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-javadx diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 6afe1b8fd87..637e8a3e3b4 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2002/02/18 15:14:20 seb Exp $ +# $NetBSD: Makefile,v 1.19 2002/04/23 02:08:53 jlam Exp $ DISTNAME= geomview-1.8.1 CATEGORIES= graphics math @@ -11,6 +11,7 @@ COMMENT= Interactive geometry viewing program CONFLICTS= ImageMagick-[0-9]* # both have a program named 'animate' USE_BUILDLINK_ONLY= yes +USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-xforms diff --git a/graphics/xmbdfed/Makefile b/graphics/xmbdfed/Makefile index bc6d0b3a56b..63bd4d3c5b1 100644 --- a/graphics/xmbdfed/Makefile +++ b/graphics/xmbdfed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/04/17 02:57:00 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/04/23 02:08:53 jlam Exp $ DISTNAME= xmbdfed-4.4 CATEGORIES= graphics x11 @@ -8,6 +8,8 @@ MAINTAINER= kei@netbsd.org HOMEPAGE= http://crl.nmsu.edu/~mleisher/xmbdfed.html COMMENT= Motif-based BDF font editor with lots of features +USE_X11BASE= YES + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmbdfed ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xmbdfed.man ${PREFIX}/man/man1/xmbdfed.1 |