diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-16 07:11:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-16 07:11:20 +0800 |
commit | 8e9746e365c6cc5538b35f9a61ae1c59b3b144fb (patch) | |
tree | db6b5e76bb2303366bf4bdb6b9625e935c60d1e0 /lang/php70 | |
parent | a8f360fcb8a7807a30a103751e3587b401e6628d (diff) | |
download | freebsd-ports-gnome-8e9746e365c6cc5538b35f9a61ae1c59b3b144fb.tar.gz freebsd-ports-gnome-8e9746e365c6cc5538b35f9a61ae1c59b3b144fb.tar.zst freebsd-ports-gnome-8e9746e365c6cc5538b35f9a61ae1c59b3b144fb.zip |
- Restore ?= which was removed in r412806
Approved by: portmgr (blanket)
Diffstat (limited to 'lang/php70')
-rw-r--r-- | lang/php70/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile index b8d7ebae932e..ad864d7e9e62 100644 --- a/lang/php70/Makefile +++ b/lang/php70/Makefile @@ -3,7 +3,7 @@ PORTNAME= php70 PORTVERSION= 7.0.5 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} |