diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-07 17:12:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-07 17:12:58 +0800 |
commit | 264cdcd7a6bead083ad3106f86fb0744dedb57f5 (patch) | |
tree | 1a018b24ee2f215bd6917d868f44c8f904dda8bf /mail | |
parent | 8ea77b67d66da4a3b085568e881b2aab1f559c32 (diff) | |
download | freebsd-ports-gnome-264cdcd7a6bead083ad3106f86fb0744dedb57f5.tar.gz freebsd-ports-gnome-264cdcd7a6bead083ad3106f86fb0744dedb57f5.tar.zst freebsd-ports-gnome-264cdcd7a6bead083ad3106f86fb0744dedb57f5.zip |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex
Diffstat (limited to 'mail')
-rw-r--r-- | mail/websieve/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/websieve/Makefile b/mail/websieve/Makefile index 6bf5a24f0d03..920d033d7390 100644 --- a/mail/websieve/Makefile +++ b/mail/websieve/Makefile @@ -29,11 +29,7 @@ RUN_DEPENDS= ${CYRUS_IMAP_PM}:${PORTSDIR}/mail/cyrus-imapd RUN_DEPENDS= ${SITE_PERL}/IMAP/Admin.pm:${PORTSDIR}/mail/p5-IMAP-Admin \ ${SITE_PERL}/IMAP/Sieve.pm:${PORTSDIR}/mail/p5-IMAP-Sieve .endif -.if defined(WITH_APACHE2) -RUN_DEPENDS+= ${LOCALBASE}/www/cgi-bin:${PORTSDIR}/www/apache2 -.else -RUN_DEPENDS+= ${LOCALBASE}/www/cgi-bin:${PORTSDIR}/www/apache13 -.endif +RUN_DEPENDS+= ${LOCALBASE}/www/cgi-bin:${PORTSDIR}/${APACHE_PORT} WRKSRC= ${WRKDIR}/${PORTNAME} PKGMESSAGE= ${WRKDIR}/pkg-message |