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-nox11 | |
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-nox11')
-rw-r--r-- | graphics/plotutils-nox11/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |