forgot to take libraries out of MODGNU_SHARED_LIBS in previous commit.

bump PKGNAMEs
This commit is contained in:
steven 2005-12-30 10:13:00 +00:00
parent 151b60c119
commit 8f35086e40
3 changed files with 8 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2005/12/30 08:39:05 steven Exp $ # $OpenBSD: Makefile,v 1.12 2005/12/30 10:13:00 steven Exp $
# memory fault at -O2/-O1 when building with gcc2. -O0 reveals some C++ issue # memory fault at -O2/-O1 when building with gcc2. -O0 reveals some C++ issue
# with gcc2 (same as the powerpc issue which is why it uses the gcc module). # with gcc2 (same as the powerpc issue which is why it uses the gcc module).
@ -8,11 +8,9 @@ NOT_FOR_ARCHS= alpha
COMMENT= "spell checker designed to eventually replace Ispell" COMMENT= "spell checker designed to eventually replace Ispell"
DISTNAME= aspell-0.50.5 DISTNAME= aspell-0.50.5
PKGNAME= ${DISTNAME}p2 PKGNAME= ${DISTNAME}p3
SHARED_LIBS= aspell 15.3 \ SHARED_LIBS= aspell 15.3 \
pspell 15.3 pspell 15.3
MODGNU_SHARED_LIBS= aspell '' \
pspell ''
DICT= en-0.51-1 DICT= en-0.51-1
DIST_SUBDIR= aspell DIST_SUBDIR= aspell
CATEGORIES= textproc CATEGORIES= textproc

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.13 2005/12/30 08:39:05 steven Exp $ # $OpenBSD: Makefile,v 1.14 2005/12/30 10:13:00 steven Exp $
COMMENT= "XML parsing library for GNOME" COMMENT= "XML parsing library for GNOME"
VERSION= 1.8.17 VERSION= 1.8.17
DISTNAME= libxml-${VERSION} DISTNAME= libxml-${VERSION}
PKGNAME= libxml1-${VERSION}p0 PKGNAME= libxml1-${VERSION}p1
SHARED_LIBS= xml 9.17 SHARED_LIBS= xml 9.17
MODGNU_SHARED_LIBS= xml ''
CATEGORIES= textproc CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml/1.8/} MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml/1.8/}

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.45 2005/12/30 08:39:05 steven Exp $ # $OpenBSD: Makefile,v 1.46 2005/12/30 10:13:00 steven Exp $
COMMENT= "XSLT C Library for GNOME" COMMENT= "XSLT C Library for GNOME"
DISTNAME= libxslt-1.1.12 DISTNAME= libxslt-1.1.12
PKGNAME= $(DISTNAME)p2 PKGNAME= $(DISTNAME)p3
SHARED_LIBS= exslt 9.0 \ SHARED_LIBS= exslt 9.0 \
xslt 3.0 xslt 3.0
MODGNU_SHARED_LIBS= exslt '' \ MODGNU_SHARED_LIBS= xslt ''
xslt ''
CATEGORIES= textproc CATEGORIES= textproc