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 | b84477d269847db9d7b834d104cc419a13426c52 (patch) | |
tree | 6670869f6ae8ce5bd041b84bdc91ff7a426f453a /graphics/plotutils | |
parent | e0f3a9c7972eccc36dceeca410425f026bbb25d0 (diff) | |
download | pkgsrc-b84477d269847db9d7b834d104cc419a13426c52.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/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |