diff options
author | drochner <drochner@pkgsrc.org> | 2006-05-22 16:40:19 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-05-22 16:40:19 +0000 |
commit | 93473284e720eacd5e1276b2ac73ce574127144b (patch) | |
tree | 226df02068e5c6d73c8686f184dea4b3e8279af3 /print/scribus | |
parent | 1411bce11b47e16fc12ba2343204116fbcacc8d0 (diff) | |
download | pkgsrc-93473284e720eacd5e1276b2ac73ce574127144b.tar.gz |
need c++
Diffstat (limited to 'print/scribus')
-rw-r--r-- | print/scribus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 4107e99464b..efaebb0242a 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/04/17 13:46:46 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2006/05/22 16:40:19 drochner Exp $ DISTNAME= scribus-1.2.4.1 PKGREVISION= 1 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.scribus.net/ COMMENT= Publishing layout with graphical interface USE_TOOLS+= gmake +USE_LANGUAGES+= c++ PTHREAD_OPTS+= require USE_LIBTOOL= YES |