diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-04-12 02:39:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-04-12 02:39:18 +0000 |
commit | de1f789ea728da5a50e54b4084e352d438ed6ac0 (patch) | |
tree | 1f5e886890a8addfa54315547fa0400e2e0ffc70 /www/yanopaste/Makefile | |
parent | 9a37f07f77a68ed3a700da68712c96b210a99565 (diff) |
Notes
Diffstat (limited to 'www/yanopaste/Makefile')
-rw-r--r-- | www/yanopaste/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/yanopaste/Makefile b/www/yanopaste/Makefile index cddf37df8f16..2159aa11f938 100644 --- a/www/yanopaste/Makefile +++ b/www/yanopaste/Makefile @@ -7,6 +7,7 @@ PORTNAME= yanopaste PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -14,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Yet Another Nopaste NO_BUILD= yes -USE_PHP= xsl +USE_PHP= xsl session xmlwriter xmlreader SUB_FILES= pkg-message WWWDIR?= ${PREFIX}/www/${PORTNAME} |