diff options
author | skrll <skrll@pkgsrc.org> | 2003-02-21 07:59:09 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2003-02-21 07:59:09 +0000 |
commit | af9f34b262034b424cce0d1190a8e002e987dd7e (patch) | |
tree | 1a30b26537d2128fc744f7c14a2cdc6029938a2e /graphics/kdegraphics3 | |
parent | 4b13aff98cb104387baba9fb7f9c22bd77de2b0c (diff) | |
download | pkgsrc-af9f34b262034b424cce0d1190a8e002e987dd7e.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/kdegraphics3')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 3 |
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} |