diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-05 01:30:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-05 01:30:41 +0800 |
commit | 5f7a0a19d7fe9ddb60db38d072d2d1b21dba4f0a (patch) | |
tree | 0278b371f0aada3c3cfce7b597734bc84f80505e /graphics/kdegraphics3 | |
parent | 432ddf3190e94e0f2e6ce8d28397b40d08f17c23 (diff) | |
download | freebsd-ports-gnome-5f7a0a19d7fe9ddb60db38d072d2d1b21dba4f0a.tar.gz freebsd-ports-gnome-5f7a0a19d7fe9ddb60db38d072d2d1b21dba4f0a.tar.zst freebsd-ports-gnome-5f7a0a19d7fe9ddb60db38d072d2d1b21dba4f0a.zip |
Add WANT_GNOME to fix the build with imlib.
Reported by: Kent Stewart <kstewart@owt.com>
Diffstat (limited to 'graphics/kdegraphics3')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index b5383d756ae9..ac5ae1f62bfa 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -26,6 +26,7 @@ KDE_BUILD_PLIST=yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes +WANT_GNOME= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 |