diff options
Diffstat (limited to 'www/privatebin/Makefile')
-rw-r--r-- | www/privatebin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/privatebin/Makefile b/www/privatebin/Makefile index 5833acfda233..5defd2f0e62c 100644 --- a/www/privatebin/Makefile +++ b/www/privatebin/Makefile @@ -1,5 +1,5 @@ PORTNAME= privatebin -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= www security MAINTAINER= dvl@FreeBSD.org @@ -17,7 +17,7 @@ SUB_LIST= PORTNAME=${PORTNAME} NO_BUILD= yes NO_ARCH= yes -USE_PHP= ctype filter gd zlib +USE_PHP= ctype filter gd opcache zlib USE_GITHUB= yes GH_PROJECT= PrivateBin |