diff options
author | pav <pav@FreeBSD.org> | 2005-05-30 19:26:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-30 19:26:21 +0800 |
commit | 9e70224b68ac1fd89913b2b8f22538fc6afd6d18 (patch) | |
tree | eb4eedebc567337e47f40cd372617caf419b3980 /mail | |
parent | 1475192e9c8c5be41f413fb1258b62a8c2a42da3 (diff) | |
download | freebsd-ports-gnome-9e70224b68ac1fd89913b2b8f22538fc6afd6d18.tar.gz freebsd-ports-gnome-9e70224b68ac1fd89913b2b8f22538fc6afd6d18.tar.zst freebsd-ports-gnome-9e70224b68ac1fd89913b2b8f22538fc6afd6d18.zip |
- Require perl in runtime too, pkg-install script is written in it.
Up until now, it was impossible to install from package.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/vpopmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile index 012efdeaddbc..7b529afe0539 100644 --- a/mail/vpopmail/Makefile +++ b/mail/vpopmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= vpopmail PORTVERSION= 5.4.10 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +25,7 @@ CONFLICTS= vpopmail-devel-5.* GNU_CONFIGURE= YES USE_GMAKE= YES USE_REINPLACE= YES -USE_PERL5_BUILD= YES +USE_PERL5= YES VCFGDIR?= ${WRKDIR}/vcfg VCFGFILES?= inc_deps lib_deps tcp.smtp |