diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-12-07 22:41:25 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-12-07 22:41:25 +0000 |
commit | 1c030235d685239fca63d9c20efea4f4e670bbc5 (patch) | |
tree | 707d4dece8ea8d77a6bb415653a2077acc474659 /security/base | |
parent | 777b6bb7eea15fa6807d494d1c4c0eab22a8769e (diff) | |
download | pkgsrc-1c030235d685239fca63d9c20efea4f4e670bbc5.tar.gz |
And pear-Mail_Mime while we're here
Diffstat (limited to 'security/base')
-rw-r--r-- | security/base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/base/Makefile b/security/base/Makefile index b719691bdac..d893717c4a5 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/12/07 22:38:13 adrianp Exp $ +# $NetBSD: Makefile,v 1.23 2008/12/07 22:41:25 adrianp Exp $ # DISTNAME= base-1.4.1 @@ -25,6 +25,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pear-Numbers_Roman-[0-9]*:../../math/pear-Numbers_Ro DEPENDS+= ${PHP_PKG_PREFIX}-pear-Image_Color-[0-9]*:../../graphics/pear-Image_Color DEPENDS+= ${PHP_PKG_PREFIX}-pear-Image_Graph-[0-9]*:../../graphics/pear-Image_Graph DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail-[0-9]*:../../mail/pear-Mail +DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime-[0-9]*:../../mail/pear-Mail_Mime DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.0.4:../../www/ap-php NO_BUILD= YES |