diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-04 07:24:32 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-04 07:24:32 +0800 |
commit | ab9aa35d3d3cdeb59a1f6d1f14abab344b6c26fa (patch) | |
tree | 040a70629544bf1262aa363f41bf441ebc31f040 /net/xbone-gui | |
parent | 89555afe5e90955ed52429b202f6bca4e99728aa (diff) | |
download | freebsd-ports-gnome-ab9aa35d3d3cdeb59a1f6d1f14abab344b6c26fa.tar.gz freebsd-ports-gnome-ab9aa35d3d3cdeb59a1f6d1f14abab344b6c26fa.tar.zst freebsd-ports-gnome-ab9aa35d3d3cdeb59a1f6d1f14abab344b6c26fa.zip |
- convert to USE_APACHE
PR: ports/141735
Approved by: maintainer timeout
Diffstat (limited to 'net/xbone-gui')
-rw-r--r-- | net/xbone-gui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/xbone-gui/Makefile b/net/xbone-gui/Makefile index 963b9d845fff..acbb5c90c311 100644 --- a/net/xbone-gui/Makefile +++ b/net/xbone-gui/Makefile @@ -28,12 +28,13 @@ BUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-S ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail\ ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6\ - ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache20 \ ${SITE_PERL}/${PERL_ARCH}/APR.pm:${PORTSDIR}/www/mod_perl2 \ ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \ ${SITE_PERL}/Tk/Getopt.pm:${PORTSDIR}/x11-toolkits/p5-Tk-Getopt \ ${SITE_PERL}/${PERL_ARCH}/Tk/TableMatrix.pm:${PORTSDIR}/x11-toolkits/p5-Tk-TableMatrix +USE_APACHE= 20 + USE_GMAKE= yes NO_BUILD= yes USE_PERL5= yes |