From c4488f29abd1339c42a704fb50b07d1210e0f3bc Mon Sep 17 00:00:00 2001 From: az Date: Sat, 30 Jun 2012 14:39:14 +0000 Subject: - Remove SITE_PERL from *_DEPENDS Approved by: portmgr@ (bapt@) --- net/beacon/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/beacon/Makefile') diff --git a/net/beacon/Makefile b/net/beacon/Makefile index 75f0b9ce558d..ea4cb8e75de0 100644 --- a/net/beacon/Makefile +++ b/net/beacon/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= SF/multicastbeacon/multicastbeacon/beacon%20v${PORTVERSION} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Beacon active measurement tool to monitor multicast -BUILD_DEPENDS= ${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= ${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net +BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net +RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net WWW_DIR?= ${PREFIX}/www/ PLIST_SUB+= VERSION=${PORTVERSION} @@ -25,7 +25,7 @@ USE_AUTOTOOLS= autoconf OPTIONS= IPV6 "Enable IPv6 PTR lookups" off .ifdef(WITH_IPV6) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 +BUILD_DEPENDS+= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 CONFIGURE_ARGS+= --enable-ipv6 .endif -- cgit ebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/rdesktop
Commit message (Expand)AuthorAgeFilesLines
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
* During normal operation, rdesktop keeps a clipping rectangle set to theobrien2012-10-092-1/+12
* Update to version 1.7.1.obrien2012-01-112-3/+3
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-3/+0
* rdesktop is now GPLv3.obrien2011-04-191-0/+1
* Upgrade to version 1.7.0.obrien2011-04-193-13/+4
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* Catch up with ao.obrien2010-10-211-1/+1
* Rdesktop will use several sound related libraries if they are alreadyobrien2010-10-111-1/+11
* Fix issue where remote sounds over RDP does not work by applyingobrien2010-09-102-1/+10
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1
* Add WITH_ICONV knob. Victor Sudakov reports he needs this patch in orderobrien2008-12-301-0/+5
* Add a debugging knob (WITH_RDESKTOP_DEBUG) to help folks figure out anyobrien2008-05-211-1/+14
* Upgrade to version 1.6.0.obrien2008-05-21