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/libxslt | |
parent | 25365ad3f37dc7b9b2ea7aa219f9f07f096d732d (diff) |
Notes
Diffstat (limited to 'textproc/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 0987cc173ad7..ad275bd84814 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -7,6 +7,7 @@ PORTNAME= libxslt PORTVERSION= 1.1.16 +PORTREVISION?= 2 CATEGORIES?= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 @@ -19,8 +20,6 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -PORTREVISION?= 2 - USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |