diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-31 22:18:51 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-31 22:18:51 +0000 |
commit | 336ae3953d3d62c41f48186a34121cb574159ca6 (patch) | |
tree | 514fbec7b37d5858d68f5654aa26807a11992fe7 /textproc/libxml2 | |
parent | 25365ad3f37dc7b9b2ea7aa219f9f07f096d732d (diff) | |
download | ports-336ae3953d3d62c41f48186a34121cb574159ca6.tar.gz ports-336ae3953d3d62c41f48186a34121cb574159ca6.zip |
Notes
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 7c7a63642b40..c93be4ee06eb 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -13,6 +13,7 @@ PORTNAME= libxml2 PORTVERSION= 2.6.24 +PORTREVISION?= 1 CATEGORIES?= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 @@ -25,8 +26,6 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -PORTREVISION?= 1 - USE_GMAKE= yes USE_ICONV= yes GNU_CONFIGURE= yes |