summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-01-29 10:06:39 +0000
committermarino <marino@pkgsrc.org>2012-01-29 10:06:39 +0000
commitde56a62a2319d11906c4202c896a245ca3526401 (patch)
treec85906364ba27b1236d222ce6fef8171dc6694ed
parentb24fa8e422750852b220b4ea27355f1d4e7a73ad (diff)
downloadpkgsrc-de56a62a2319d11906c4202c896a245ca3526401.tar.gz
print/scribus: Fix indirect linking error on DragonFly
-rw-r--r--print/scribus/Makefile5
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