diff options
Diffstat (limited to 'textproc/libxml/Makefile')
-rw-r--r-- | textproc/libxml/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 6550b1e176f..517e4161e03 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/10/10 15:23:37 rh Exp $ +# $NetBSD: Makefile,v 1.6 1999/10/11 00:14:43 jlam Exp $ # DISTNAME= libxml-1.7.3 @@ -9,6 +9,12 @@ MASTER_SITES= ftp://rpmfind.net/pub/veillard/ \ MAINTAINER= rh@netbsd.org HOMEPAGE= http://rufus.w3.org/veillard/XML/xml.html +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +DEPENDS+= zlib-*:../../devel/zlib +.endif + USE_LIBTOOL= YES GNU_CONFIGURE= YES |