diff options
-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} |