diff options
author | kris <kris@FreeBSD.org> | 2007-03-25 04:38:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-03-25 04:38:13 +0800 |
commit | 2ab601d4abd78bbfba8dbea73b6290c985582129 (patch) | |
tree | 5813be6f85e3c036e68f8e57d702d6743ea04c43 /www/rt3 | |
parent | 233c386b05cc92ec8ad42d4427da8d880c665157 (diff) | |
download | freebsd-ports-gnome-2ab601d4abd78bbfba8dbea73b6290c985582129.tar.gz freebsd-ports-gnome-2ab601d4abd78bbfba8dbea73b6290c985582129.tar.zst freebsd-ports-gnome-2ab601d4abd78bbfba8dbea73b6290c985582129.zip |
IGNORE: this port uses a random gid in the range reserved for local
sysadmin use
Diffstat (limited to 'www/rt3')
-rw-r--r-- | www/rt3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/rt3/Makefile b/www/rt3/Makefile index 2aa4c3d01028..73a6aa477d30 100644 --- a/www/rt3/Makefile +++ b/www/rt3/Makefile @@ -52,6 +52,8 @@ BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} \ ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize RUN_DEPENDS= ${BUILD_DEPENDS} +IGNORE= uses a random gid in the range reserved for local sysadmin use + APACHE_COMPAT= yes HAS_CONFIGURE= yes #NO_BUILD= yes |