diff options
author | tron <tron@pkgsrc.org> | 2000-11-27 16:00:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-27 16:00:19 +0000 |
commit | 3d34760253ae67c347893a5670b407856d53d69b (patch) | |
tree | a300e04fcddac6dc931e59aeefb40f25e29dbef4 /devel/GConf | |
parent | e347d58bd755a3859b54d89f58fe51f44d043646 (diff) | |
download | pkgsrc-3d34760253ae67c347893a5670b407856d53d69b.tar.gz |
After "bsd.pkg.mk" has been fixed the work arround for "libtool"
version 1.3.5nb9 or newer is not required any more.
Diffstat (limited to 'devel/GConf')
-rw-r--r-- | devel/GConf/Makefile | 6 | ||||
-rw-r--r-- | devel/GConf/pkg/PLIST | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index ddfcd0773ff..79e82165c02 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/11/27 14:26:17 rh Exp $ +# $NetBSD: Makefile,v 1.8 2000/11/27 16:00:19 tron Exp $ # DISTNAME= GConf-0.11 @@ -30,9 +30,5 @@ post-install: ${TEST} ${PREFIX} = ${LOCALBASE} || \ ${LN} -fs ${PREFIX}/share/aclocal/gconf-1.m4 \ ${LOCALBASE}/share/aclocal/gconf-1.m4 - [ -f ${PREFIX}/lib/GConf/1/libgconfbackend-xml.so.0.0 ] || \ - [ ! -f ${PREFIX}/lib/GConf/1/libgconfbackend-xml.so ] || \ - ${MV} ${PREFIX}/lib/GConf/1/libgconfbackend-xml.so \ - ${PREFIX}/lib/GConf/1/libgconfbackend-xml.so.0.0 .include "../../mk/bsd.pkg.mk" diff --git a/devel/GConf/pkg/PLIST b/devel/GConf/pkg/PLIST index ae14afb2d2d..77a3d1b25f1 100644 --- a/devel/GConf/pkg/PLIST +++ b/devel/GConf/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2000/11/27 14:26:18 rh Exp $ +@comment $NetBSD: PLIST,v 1.5 2000/11/27 16:00:20 tron Exp $ bin/gconf-config bin/gconf-config-1 bin/gconfd-1 @@ -17,7 +17,7 @@ include/gconf/1/gconf/gconf-value.h include/gconf/1/gconf/gconf.h lib/GConf/1/libgconfbackend-xml.a lib/GConf/1/libgconfbackend-xml.la -lib/GConf/1/libgconfbackend-xml.so.0.0 +lib/GConf/1/libgconfbackend-xml.so lib/libgconf-1.a lib/libgconf-1.la lib/libgconf-1.so.1.0 |