diff options
author | itetcu <itetcu@FreeBSD.org> | 2010-04-17 23:39:22 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2010-04-17 23:39:22 +0800 |
commit | f0e37c4f89b943bf5c4a38a2c43e0e0d3430274e (patch) | |
tree | 9c2362ecccd9bfbb1ea2148ba05234c9ba14b8c0 /mail | |
parent | 10092e8c413d5ea4b15fcefe89f2e80cfd58d236 (diff) | |
download | freebsd-ports-gnome-f0e37c4f89b943bf5c4a38a2c43e0e0d3430274e.tar.gz freebsd-ports-gnome-f0e37c4f89b943bf5c4a38a2c43e0e0d3430274e.tar.zst freebsd-ports-gnome-f0e37c4f89b943bf5c4a38a2c43e0e0d3430274e.zip |
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
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 \ |