diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-12-16 11:31:20 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-12-16 11:31:20 +0000 |
commit | eb7d34df66f0234d3ca25de9d7cb58c7a962f67c (patch) | |
tree | 6a9b9d74f36b3d0ba56dc3fe6c4492d374d65acf | |
parent | Remove a bogus line continuation and set PKGNAMEPREFIX properly. (diff) |
Fix dependency on libxml2
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=71670
Diffstat (limited to '')
-rw-r--r-- | www/swish-e/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index c56203c82f9a..b4be5e480b22 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -12,11 +12,11 @@ MASTER_SITES= http://swish-e.org/Download/ MAINTAINER= doconnor@gsoft.com.au +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 + USE_GMAKE= yes GNU_CONFIGURE= yes -LIB_DEPENDS= xml.2:${PORTSDIR}/textproc/libxml2 - do-install: $(INSTALL_PROGRAM) ${WRKSRC}/src/swish-e ${PREFIX}/bin $(MKDIR) -p $(PREFIX)/share/examples/swish-e |