summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorskrll <skrll>2003-02-21 07:59:09 +0000
committerskrll <skrll>2003-02-21 07:59:09 +0000
commit033a18bae49fbd688df752e4448158602d6760bf (patch)
tree1a30b26537d2128fc744f7c14a2cdc6029938a2e /graphics
parentaf4bf66a864c96a69735bf9ef2e14788825d393a (diff)
downloadpkgsrc-033a18bae49fbd688df752e4448158602d6760bf.tar.gz
Make sure that we look for the imlib libraries in the right place even
if xpkgwedge is installed. Fixes PR 19322.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/kdegraphics3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile
index bdc1c45cc5e..8d08a0b0b9b 100644
--- a/graphics/kdegraphics3/Makefile
+++ b/graphics/kdegraphics3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/01/20 10:03:49 skrll Exp $
+# $NetBSD: Makefile,v 1.13 2003/02/21 07:59:09 skrll Exp $
DISTNAME= kdegraphics-3.0.5a
CATEGORIES= graphics
@@ -12,6 +12,7 @@ COMMENT= Graphics programs for the KDE integrated X11 desktop
USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --without-kamera # requires gPhoto2, gpio
+CONFIGURE_ARGS+= --with-imlib-config=${X11PREFIX}/bin
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}