summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics4
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-03 02:46:49 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-03 02:46:49 +0000
commit5dc9b7f571c5ff107f23c55359449e1320f5bc23 (patch)
tree5a017d01eb1fdb09f452ca186cf116b89ff21ba0 /graphics/kdegraphics4
parentDeploy USE_GNOMENG infrastructure (diff)
Deploy USE_GNOMENG infrastructure
PR: 42349 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65522
Diffstat (limited to 'graphics/kdegraphics4')
-rw-r--r--graphics/kdegraphics4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile
index 2e777b110569..261d902fb6e2 100644
--- a/graphics/kdegraphics4/Makefile
+++ b/graphics/kdegraphics4/Makefile
@@ -21,7 +21,8 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
.if defined(WITH_IMLIB) || defined(KDE_WITH_IMLIB)
-USE_IMLIB= yes
+USE_GNOMENG= yes
+USE_GNOME= imlib
PLIST_SUB+= IMLIB=""
CONFIGURE_ARGS+= --with-imlib-config=${X11BASE}/bin
.else