diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 17:30:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 17:30:41 +0000 |
commit | a0ee34d1b276a38cd13c76d98461f14d5f910475 (patch) | |
tree | ac238821802cbc0f704186b308b5675c29dbe25b /graphics/kdegraphics3 | |
parent | e66923f6fe7b5eb2456c72d7a0fc82ffd19e61ce (diff) | |
download | ports-a0ee34d1b276a38cd13c76d98461f14d5f910475.tar.gz ports-a0ee34d1b276a38cd13c76d98461f14d5f910475.zip |
Add WANT_GNOME to fix the build with imlib.
Reported by: Kent Stewart <kstewart@owt.com>
Notes
Notes:
svn path=/head/; revision=99986
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 |