diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-17 17:19:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-17 17:19:29 +0000 |
commit | 3ff6446df707a78b8280cc30c7ddc606dcf76ba3 (patch) | |
tree | a379a7e7767071460a325110e8fb33b058bb8817 /print | |
parent | bb67a1ddd10461c3ec9df4495028fbd247b2c544 (diff) | |
download | pkgsrc-3ff6446df707a78b8280cc30c7ddc606dcf76ba3.tar.gz |
Needs pkg-config.
Diffstat (limited to 'print')
-rw-r--r-- | print/scribus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index e367185f3da..f313ae1a6c6 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2009/02/09 22:56:26 joerg Exp $ +# $NetBSD: Makefile,v 1.58 2009/02/17 17:19:29 joerg Exp $ DISTNAME= scribus-1.3.3.12 PKGREVISION= 1 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_DIRS+= xdg-1.4 USE_LANGUAGES= c c++ USE_LIBTOOL= YES -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake perl pkg-config PTHREAD_OPTS+= require SHLIBTOOL_OVERRIDE= # empty GNU_CONFIGURE= yes |