diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-05-05 00:36:05 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-05-05 00:36:05 +0000 |
commit | da2dd9846c5969a42c79784821ece28870c05492 (patch) | |
tree | 7f18451aabb3ddf87ea55cb44d0834cacfbf1312 | |
parent | 341f0843b910fbbe978456e8eaedabcb41e434ca (diff) | |
download | ports-da2dd9846c5969a42c79784821ece28870c05492.tar.gz ports-da2dd9846c5969a42c79784821ece28870c05492.zip |
Notes
-rw-r--r-- | www/thundercache/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/thundercache/Makefile b/www/thundercache/Makefile index fce66157870d..a98735ee7999 100644 --- a/www/thundercache/Makefile +++ b/www/thundercache/Makefile @@ -33,6 +33,8 @@ NO_BUILD= yes LICENSE= shareware / commercial RESTRICTED= Commercial software with shareware license to 50 threads +MANUAL_PACKAGE_BUILD= This port wants PGSQL 8.4, but 8.2 is default and used to build php5-pgsql dependency. + .include <bsd.port.pre.mk> .if ${OSVERSION} < 800000 |