diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-25 05:40:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-25 05:40:36 +0800 |
commit | e5473415afd109a659eaa8b132325f110be2c40f (patch) | |
tree | 4b5cf516e4fa8b51ff4f7e4745ef3c2af0d4be1d /security | |
parent | b95fb1e435130973769d4d9b0b3ac6df09d54692 (diff) | |
download | freebsd-ports-gnome-e5473415afd109a659eaa8b132325f110be2c40f.tar.gz freebsd-ports-gnome-e5473415afd109a659eaa8b132325f110be2c40f.tar.zst freebsd-ports-gnome-e5473415afd109a659eaa8b132325f110be2c40f.zip |
Make kris@ happy
Diffstat (limited to 'security')
-rw-r--r-- | security/pear-Crypt_CBC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pear-Crypt_CBC/Makefile b/security/pear-Crypt_CBC/Makefile index 77fdf53cedf1..69f8e0781ff3 100644 --- a/security/pear-Crypt_CBC/Makefile +++ b/security/pear-Crypt_CBC/Makefile @@ -27,7 +27,7 @@ NO_BUILD= yes .if exists(${LOCALBASE}/bin/php-config) PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix .else -PHP_BASE!= ${LOCALBASE} +PHP_BASE= ${LOCALBASE} .endif PEAR= ${LOCALBASE}/bin/pear LPHP_LIB= lib/php |