diff options
author | marino <marino> | 2012-01-29 10:06:39 +0000 |
---|---|---|
committer | marino <marino> | 2012-01-29 10:06:39 +0000 |
commit | 9e1fb65d9604db8bce347847034d2933f2c0d677 (patch) | |
tree | c85906364ba27b1236d222ce6fef8171dc6694ed /print | |
parent | 6db1a85b604ec057a73a9cc582688d3a7476cad9 (diff) | |
download | pkgsrc-9e1fb65d9604db8bce347847034d2933f2c0d677.tar.gz |
print/scribus: Fix indirect linking error on DragonFly
Diffstat (limited to 'print')
-rw-r--r-- | print/scribus/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index fb6635eff85..1d53d17f55d 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2011/11/01 06:02:27 sbd Exp $ +# $NetBSD: Makefile,v 1.75 2012/01/29 10:06:39 marino Exp $ DISTNAME= scribus-1.3.3.14 PKGREVISION= 4 @@ -20,6 +20,9 @@ USE_TOOLS+= gmake perl pkg-config PTHREAD_OPTS+= require SHLIBTOOL_OVERRIDE= # empty USE_CMAKE= yes + +LDFLAGS.DragonFly= -lX11 + CONFIGURE_ARGS+= --enable-cairo CONFIGURE_ARGS+= --with-extra-includes=${PREFIX}/include CONFIGURE_ARGS+= --with-extra-libs=${PREFIX}/lib |