diff options
author | az <az@FreeBSD.org> | 2012-06-30 22:39:14 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 22:39:14 +0800 |
commit | c4488f29abd1339c42a704fb50b07d1210e0f3bc (patch) | |
tree | a25208b0a392c23b33fbca24c07360b17a5572c2 /net/rude | |
parent | b05a8fe37751aa289876d113a2ba1f68df128404 (diff) | |
download | freebsd-ports-gnome-c4488f29abd1339c42a704fb50b07d1210e0f3bc.tar.gz freebsd-ports-gnome-c4488f29abd1339c42a704fb50b07d1210e0f3bc.tar.zst freebsd-ports-gnome-c4488f29abd1339c42a704fb50b07d1210e0f3bc.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net/rude')
-rw-r--r-- | net/rude/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rude/Makefile b/net/rude/Makefile index 9cfa47398e9c..d09cc2520a4a 100644 --- a/net/rude/Makefile +++ b/net/rude/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= Janos.Mohacsi@bsd.hu COMMENT= Rude is a Real-time UDP Data Emitter and Collector (crude) -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk +RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk HAS_CONFIGURE= yes CONFIGURE_ENV= --with-debug-lvl=3 |