diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-24 20:59:30 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-24 20:59:30 +0000 |
commit | aca966f9bd9937beefb3422cc8161e278978192d (patch) | |
tree | 6d171f33cceb9570d8d5c45ae845716db68050e7 /mail | |
parent | Make all p5- ports use USE_PERL instead of explicitly stating the version num... (diff) |
Define USE_PERL5 and remove BUILD_DEPENDS & RUN_DEPENDS.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailagent/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index c45cafe4e7b1..2e528959c68b 100644 --- a/mail/mailagent/Makefile +++ b/mail/mailagent/Makefile @@ -3,7 +3,7 @@ # Date created: 23 Sep 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.16 1997/05/25 18:29:05 max Exp $ +# $Id: Makefile,v 1.17 1997/06/02 18:33:30 max Exp $ # DISTNAME= mailagent-3.0@56 @@ -14,9 +14,7 @@ MASTER_SITE_SUBDIR= ../../authors/id/RAM/ MAINTAINER= max@FreeBSD.ORG -RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 -BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 - +USE_PERL5= yes NO_PACKAGE= "Correct FQDN needs to be hardcoded" IS_INTERACTIVE= yes HAS_CONFIGURE= yes |