aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdelibs3
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-09-14 09:18:54 +0800
committerwill <will@FreeBSD.org>2000-09-14 09:18:54 +0800
commit2c92b4671fd3655e9e0ee438506ae95a918554c1 (patch)
treede3bb1b3c18f28ee6d7326f2a03dc9a8419da58a /x11/kdelibs3
parent6b6657c602d41017cf70cc3ce9582bbd07d20f2c (diff)
downloadfreebsd-ports-gnome-2c92b4671fd3655e9e0ee438506ae95a918554c1.tar.gz
freebsd-ports-gnome-2c92b4671fd3655e9e0ee438506ae95a918554c1.tar.zst
freebsd-ports-gnome-2c92b4671fd3655e9e0ee438506ae95a918554c1.zip
Fix CATEGORIES and change the libkmid shlib symlink to 0.
Submitted by: Valeriy E. Ushakov <uwe@ptc.spbu.ru> (CATEGORIES)
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r--x11/kdelibs3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index bd98390705b0..b5efbd5ea4af 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kdelibs
PORTVERSION= 20000829A
-CATEGORIES= x11-toolkits
+CATEGORIES= x11
MASTER_SITES= http://www.physics.purdue.edu/~will/
MAINTAINER= will@FreeBSD.org
@@ -44,11 +44,11 @@ pre-configure:
.endfor
post-install:
-.for LIB in DCOP kab kdecore kdesu kdeui kfile kformula kio kjs kmid \
+.for LIB in DCOP kab kdecore kdesu kdeui kfile kformula kio kjs \
kparts kspell ksycoca kjava
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${SOMAJOR} ${PREFIX}/lib/lib${LIB}.so
.endfor
-.for LIB in artsc artsflow artsflow_idl kmedia2_idl qtmcop soundserver_idl
+.for LIB in artsc artsflow artsflow_idl kmid kmedia2_idl qtmcop soundserver_idl
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.0 ${PREFIX}/lib/lib${LIB}.so
.endfor