aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-03-28 22:30:56 +0800
committerwill <will@FreeBSD.org>2001-03-28 22:30:56 +0800
commitd5ec5c91f180d0d4594370ac04093c819eae89ef (patch)
treea559561ab70cc489e691fd1732486c1017835020 /www
parentc95ddeb23d9ea205df7cfab00fd05fd8e82d6f22 (diff)
downloadfreebsd-ports-gnome-d5ec5c91f180d0d4594370ac04093c819eae89ef.tar.gz
freebsd-ports-gnome-d5ec5c91f180d0d4594370ac04093c819eae89ef.tar.zst
freebsd-ports-gnome-d5ec5c91f180d0d4594370ac04093c819eae89ef.zip
Fix dependency problem: p5-Apache -> mod_perl.
PR: 26170 Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r--www/Makefile2
-rw-r--r--www/p5-HTML-Embperl/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile
index a96bc6581eb9..8659edf7923e 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -167,7 +167,7 @@
SUBDIR += p5-FastCGI
SUBDIR += p5-GtkHTML
SUBDIR += p5-HTML
-# SUBDIR += p5-HTML-Embperl
+ SUBDIR += p5-HTML-Embperl
SUBDIR += p5-HTML-Mason
SUBDIR += p5-HTML-Navigation
SUBDIR += p5-HTML-Pager
diff --git a/www/p5-HTML-Embperl/Makefile b/www/p5-HTML-Embperl/Makefile
index 95507ea24f6d..a4cb1db3a817 100644
--- a/www/p5-HTML-Embperl/Makefile
+++ b/www/p5-HTML-Embperl/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kapr@crosswinds.net
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/p5-Apache
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
PERL_CONFIGURE= yes
IS_INTERACTIVE= yes