diff options
Diffstat (limited to 'textproc/libxml/Makefile')
-rw-r--r-- | textproc/libxml/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index d6ce83682e2b..bba0127eccb0 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,21 +1,18 @@ # New ports collection makefile for: libxml -# Version required: 1.0.0 +# Version required: 1.4.0 # Date created: 28 September 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.8 1999/03/09 01:09:03 nectar Exp $ +# $Id: Makefile,v 1.9 1999/04/08 18:08:38 steve Exp $ # -DISTNAME= libxml-1.0.0 -CATEGORIES= textproc +DISTNAME= libxml-1.4.0 +CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/libxml MAINTAINER= nacai@iname.com -GNU_CONFIGURE= yes - -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +USE_LIBTOOL= yes .include <bsd.port.mk> |