diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/plotutils-nox11/Makefile | 3 | ||||
-rw-r--r-- | graphics/plotutils/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/plotutils-nox11/Makefile b/graphics/plotutils-nox11/Makefile index db280c4dd9d..c63b7f6cc36 100644 --- a/graphics/plotutils-nox11/Makefile +++ b/graphics/plotutils-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/04/17 01:14:19 snj Exp $ +# $NetBSD: Makefile,v 1.9 2004/06/15 08:06:52 grant Exp $ # DISTNAME= plotutils-2.4.1 @@ -17,6 +17,7 @@ PATCHDIR= ${.CURDIR}/../../graphics/plotutils/patches USE_BUILDLINK3= yes USE_GCC_SHLIB= yes +USE_LANGUAGES= c c++ INFO_FILES= plotutils.info diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 618ce57aaa2..f061d6ec288 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/05/31 16:47:48 minskim Exp $ +# $NetBSD: Makefile,v 1.31 2004/06/15 08:06:52 grant Exp $ # DISTNAME= plotutils-2.4.1 @@ -16,6 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES USE_GCC_SHLIB= YES +USE_LANGUAGES= c c++ USE_X11= YES INFO_FILES= plotutils.info |