diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2008-08-29 02:30:27 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2008-08-29 02:30:27 +0800 |
commit | 223c6b0542db41e3ad30f04d43becea74cf5739e (patch) | |
tree | b1e1ec8a41b8e3619cd9f29bdda6cec5d2743441 /www/Makefile | |
parent | 1aa0e9cbd4b0eb00cf87964a56b4a00e2e0888d3 (diff) | |
download | freebsd-ports-gnome-223c6b0542db41e3ad30f04d43becea74cf5739e.tar.gz freebsd-ports-gnome-223c6b0542db41e3ad30f04d43becea74cf5739e.tar.zst freebsd-ports-gnome-223c6b0542db41e3ad30f04d43becea74cf5739e.zip |
DEPENDS_ARGS doesn't work with packages and even if it did
WITH_MODPERL2 / WITH_MODPERL is not handled correctly so the depency list for upcomming www/rt38 is way off.
As such, we've split this port into MASTER (www/p5-Apache-DBI) and
SLAVES (www/p5-Apache-DBI-mp1) and (www/p5-Apache-DBI-mp2).
While here, cleanup the MASTER port a little
- spell out the RUN_DEPENDS
- remove USE_APACHE and let www/mod_perl* deal with it
- pull the plist into Makefile
Bump PORTREVISION
Discussed with: pav on #bsdports
Approved by: gabor (mentor)
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 63354664ab37..3174ae389763 100644 --- a/www/Makefile +++ b/www/Makefile @@ -563,6 +563,8 @@ SUBDIR += p5-Apache-ConfigParser SUBDIR += p5-Apache-DB SUBDIR += p5-Apache-DBI + SUBDIR += p5-Apache-DBI-mp1 + SUBDIR += p5-Apache-DBI-mp2 SUBDIR += p5-Apache-DebugInfo SUBDIR += p5-Apache-DumpHeaders SUBDIR += p5-Apache-Filter |