diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-03 10:46:49 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-03 10:46:49 +0800 |
commit | b9ff5234b278e2c336a3e477f772c38288f4fe79 (patch) | |
tree | c975fe5cb1e1002a57c6395b81bc96b4864a93bf /graphics/kdegraphics3 | |
parent | bbbbae8b914fbb665c2f9f4e8504c497abe8ebee (diff) | |
download | freebsd-ports-gnome-b9ff5234b278e2c336a3e477f772c38288f4fe79.tar.gz freebsd-ports-gnome-b9ff5234b278e2c336a3e477f772c38288f4fe79.tar.zst freebsd-ports-gnome-b9ff5234b278e2c336a3e477f772c38288f4fe79.zip |
Deploy USE_GNOMENG infrastructure
PR: 42349
Submitted by: Edwin Groothuis <edwin@mavetju.org>
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 2e777b110569..261d902fb6e2 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/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 |