diff options
author | az <az@FreeBSD.org> | 2012-06-30 02:30:42 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 02:30:42 +0800 |
commit | 6f8ed08f2821e7fb0cc255f7056e2931faec9f55 (patch) | |
tree | 25790a2d62913403336bcbc79b6928259a713b72 /mail/smtprc | |
parent | 993695bac18e6d1d7d75491881526bc0cca0e9a8 (diff) | |
download | freebsd-ports-gnome-6f8ed08f2821e7fb0cc255f7056e2931faec9f55.tar.gz freebsd-ports-gnome-6f8ed08f2821e7fb0cc255f7056e2931faec9f55.tar.zst freebsd-ports-gnome-6f8ed08f2821e7fb0cc255f7056e2931faec9f55.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'mail/smtprc')
-rw-r--r-- | mail/smtprc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/smtprc/Makefile b/mail/smtprc/Makefile index 59715ee34300..b8d74b3709b9 100644 --- a/mail/smtprc/Makefile +++ b/mail/smtprc/Makefile @@ -16,7 +16,7 @@ MAINTAINER= mich@FreeBSD.org COMMENT= A scanner for open SMTP relays .if defined(WITH_GUI) -RUN_DEPENDS= ${SITE_PERL}/mach/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk +RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk PLIST_SUB+= WITHGUI="" .else PLIST_SUB+= WITHGUI="@comment " |