forgot to take libraries out of MODGNU_SHARED_LIBS in previous commit.
bump PKGNAMEs
This commit is contained in:
parent
151b60c119
commit
8f35086e40
@ -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
|
||||
# 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"
|
||||
DISTNAME= aspell-0.50.5
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
SHARED_LIBS= aspell 15.3 \
|
||||
pspell 15.3
|
||||
MODGNU_SHARED_LIBS= aspell '' \
|
||||
pspell ''
|
||||
DICT= en-0.51-1
|
||||
DIST_SUBDIR= aspell
|
||||
CATEGORIES= textproc
|
||||
|
@ -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"
|
||||
|
||||
VERSION= 1.8.17
|
||||
DISTNAME= libxml-${VERSION}
|
||||
PKGNAME= libxml1-${VERSION}p0
|
||||
SHARED_LIBS= xml 9.17
|
||||
MODGNU_SHARED_LIBS= xml ''
|
||||
PKGNAME= libxml1-${VERSION}p1
|
||||
SHARED_LIBS= xml 9.17
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml/1.8/}
|
||||
|
||||
|
@ -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"
|
||||
|
||||
DISTNAME= libxslt-1.1.12
|
||||
PKGNAME= $(DISTNAME)p2
|
||||
PKGNAME= $(DISTNAME)p3
|
||||
SHARED_LIBS= exslt 9.0 \
|
||||
xslt 3.0
|
||||
MODGNU_SHARED_LIBS= exslt '' \
|
||||
xslt ''
|
||||
MODGNU_SHARED_LIBS= xslt ''
|
||||
|
||||
CATEGORIES= textproc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user