diff options
author | max <max@FreeBSD.org> | 1997-06-24 20:59:30 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-06-24 20:59:30 +0000 |
commit | 944090302d194bf36cbd73b6e5342a9b5c0cbddd (patch) | |
tree | a336a33c46cee5e675eb34557bf4e035e9aba072 /mail/mailagent | |
parent | 5cafe13f0d4bb398c9d0d7257a5690698385d9eb (diff) | |
download | FreeBSD-ports-944090302d194bf36cbd73b6e5342a9b5c0cbddd.zip FreeBSD-ports-944090302d194bf36cbd73b6e5342a9b5c0cbddd.tar.gz |
Define USE_PERL5 and remove BUILD_DEPENDS & RUN_DEPENDS.
Diffstat (limited to 'mail/mailagent')
-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 c45cafe..2e52895 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 |