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 | |
parent | e66923f6fe7b5eb2456c72d7a0fc82ffd19e61ce (diff) | |
download | freebsd-ports-a0ee34d1b276a38cd13c76d98461f14d5f910475.zip |
Add WANT_GNOME to fix the build with imlib.
Reported by: Kent Stewart <kstewart@owt.com>
-rw-r--r-- | graphics/kdegraphics3/Makefile | 1 | ||||
-rw-r--r-- | graphics/kdegraphics4/Makefile | 1 |
2 files changed, 2 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 diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index b5383d756ae9..ac5ae1f62bfa 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/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 |