aboutsummaryrefslogtreecommitdiff
path: root/misc/kdeedu4/Makefile
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-01-28 18:36:58 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-01-28 18:36:58 +0000
commit3c71ff78e9c867311ccd250fbafeb90640a151f4 (patch)
treeadd3e358b8ed50c1c858e55c614c22928a3549dc /misc/kdeedu4/Makefile
parentada9843b06fe8aa351a2df337c925662eba31980 (diff)
downloadports-3c71ff78e9c867311ccd250fbafeb90640a151f4.tar.gz
ports-3c71ff78e9c867311ccd250fbafeb90640a151f4.zip
Notes
Diffstat (limited to 'misc/kdeedu4/Makefile')
-rw-r--r--misc/kdeedu4/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile
index 2512a401d57d..b4b1067c0caf 100644
--- a/misc/kdeedu4/Makefile
+++ b/misc/kdeedu4/Makefile
@@ -15,12 +15,15 @@ DIST_SUBDIR= KDE
MAINTAINER?= kde@FreeBSD.org
USE_KDELIBS_VER=3
-USE_XPM= yes
+PREFIX= ${KDE_PREFIX}
+
USE_BZIP2= yes
-INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
+USE_XPM= yes
USE_GMAKE= yes
+GNU_CONFIGURE= yes
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
+INSTALLS_SHLIB= yes
+LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
+.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.mk>