diff options
author | grant <grant@pkgsrc.org> | 2004-06-15 08:06:52 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-15 08:06:52 +0000 |
commit | 89d94fa57d17ae554abddc975d87d2f44a563e33 (patch) | |
tree | 6670869f6ae8ce5bd041b84bdc91ff7a426f453a /graphics | |
parent | 6a911222878dc07b48828b5a7c467e9368488556 (diff) | |
download | pkgsrc-89d94fa57d17ae554abddc975d87d2f44a563e33.tar.gz |
plotutils uses a c and c++ compiler.
XXX these packages need to be made to use a common Makefile fragment.
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 |