diff options
author | marino <marino@pkgsrc.org> | 2012-01-29 10:06:39 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-01-29 10:06:39 +0000 |
commit | de56a62a2319d11906c4202c896a245ca3526401 (patch) | |
tree | c85906364ba27b1236d222ce6fef8171dc6694ed | |
parent | b24fa8e422750852b220b4ea27355f1d4e7a73ad (diff) | |
download | pkgsrc-de56a62a2319d11906c4202c896a245ca3526401.tar.gz |
print/scribus: Fix indirect linking error on DragonFly
-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 |