diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-04-17 15:39:22 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-04-17 15:39:22 +0000 |
commit | 40cf443ab8e486c855f241ef3144fb2b3ecaf7e2 (patch) | |
tree | 22faf694f4cd259af1829d018240bcd13a766ac5 /mail | |
parent | 8fa234c332d5ade3c0ac1ff4802c787952e85f53 (diff) |
Switch from dspam-devel to dspam, since there is no dspam-devel ATM (and it's
going to stay this way for a while).
Submitted by: QAT
Approved by: common-sense
Notes
Notes:
svn path=/head/; revision=252803
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ngmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ngmp/Makefile b/mail/ngmp/Makefile index cf6b561fd4d6..bbee1a1d4bc2 100644 --- a/mail/ngmp/Makefile +++ b/mail/ngmp/Makefile @@ -6,7 +6,7 @@ PORTNAME= ngmp PORTVERSION= 0.1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail www MASTER_SITES= ftp://ftp.prevantage.com/releases/ \ ftp://ftp2.prevantage.com/releases/ @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache22 \ ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/fileinfo.so:${PORTSDIR}/sysutils/pecl-fileinfo\ ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/ZendExtensionManager.so:${PORTSDIR}/devel/ZendOptimizer \ ${LOCALBASE}/sbin/clamd:${PORTSDIR}/security/clamav \ - ${LOCALBASE}/bin/dspam:${PORTSDIR}/mail/dspam-devel \ + ${LOCALBASE}/bin/dspam:${PORTSDIR}/mail/dspam \ ${LOCALBASE}/share/pear/Mail/mimeDecode.php:${PORTSDIR}/mail/pear-Mail_mimeDecode \ ${LOCALBASE}/share/pear/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP \ ${LOCALBASE}/share/pear/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ |