diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-10 08:45:02 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-10 08:45:02 +0800 |
commit | d0553b9f4ac0e1fa02ea4e123fe3ff1550aa1af7 (patch) | |
tree | 43958ef80407eb4993c0ea83a90284569cc9f59e /www | |
parent | d8827e315441a3be9bd0aea780d6d992acca353e (diff) | |
download | freebsd-ports-gnome-d0553b9f4ac0e1fa02ea4e123fe3ff1550aa1af7.tar.gz freebsd-ports-gnome-d0553b9f4ac0e1fa02ea4e123fe3ff1550aa1af7.tar.zst freebsd-ports-gnome-d0553b9f4ac0e1fa02ea4e123fe3ff1550aa1af7.zip |
Fix up after bsd.perl.mk import.
Hat: portmgr
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_perl2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index 6367fbac02d1..dbbe1f2b882b 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -62,9 +62,9 @@ MAN3= APR.3 APR::Base64.3 APR::Brigade.3 APR::Bucket.3 \ .include <bsd.port.pre.mk> .if ${APACHE_VERSION} >= 21 -PLIST_SUB= THREADMUTEX="" +PLIST_SUB+= THREADMUTEX="" .else -PLIST_SUB= THREADMUTEX="@comment " +PLIST_SUB+= THREADMUTEX="@comment " .endif pre-configure: |