summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comms/conserver/Makefile5
-rw-r--r--devel/avr-gcc-3/Makefile2
-rw-r--r--devel/avr-gcc/Makefile2
-rw-r--r--ftp/wget-devel/Makefile2
-rw-r--r--ftp/wget/Makefile2
-rw-r--r--net/mopd/Makefile5
-rw-r--r--net/slirp/Makefile4
-rw-r--r--security/nss/Makefile1
-rw-r--r--textproc/urlview/Makefile3
9 files changed, 14 insertions, 12 deletions
diff --git a/comms/conserver/Makefile b/comms/conserver/Makefile
index 2fd86be1bca5..544bab70fbd4 100644
--- a/comms/conserver/Makefile
+++ b/comms/conserver/Makefile
@@ -15,8 +15,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= cy@FreeBSD.org
BUILD_DEPENDS= makeme:${PORTSDIR}/devel/msrc0 \
- mkcmd:${PORTSDIR}/devel/mkcmd \
- perl:${PORTSDIR}/lang/perl5
+ mkcmd:${PORTSDIR}/devel/mkcmd
+
+USE_PERL5_BUILD= yes
MAN5= conserver.cf.5
MAN8= autologin.8 console.8 conserver.8
diff --git a/devel/avr-gcc-3/Makefile b/devel/avr-gcc-3/Makefile
index 487815ebd725..ee56be96ca1e 100644
--- a/devel/avr-gcc-3/Makefile
+++ b/devel/avr-gcc-3/Makefile
@@ -22,7 +22,6 @@ MAINTAINER= joerg@freebsd.org
BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
avr-ld:${PORTSDIR}/devel/avr-binutils \
autoheader:${PORTSDIR}/devel/autoconf \
- perl:${PORTSDIR}/lang/perl5 \
gettext:${PORTSDIR}/devel/gettext
RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
avr-ld:${PORTSDIR}/devel/avr-binutils
@@ -31,6 +30,7 @@ WRKSRC= ${WRKDIR}/gcc-${PORTVERSION}
# Unfortunately, only some mirrors have it as a .bz2 file, while
# the original master site still uses .gz.
+USE_PERL5_BUILD= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_BISON= yes
diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile
index 487815ebd725..ee56be96ca1e 100644
--- a/devel/avr-gcc/Makefile
+++ b/devel/avr-gcc/Makefile
@@ -22,7 +22,6 @@ MAINTAINER= joerg@freebsd.org
BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
avr-ld:${PORTSDIR}/devel/avr-binutils \
autoheader:${PORTSDIR}/devel/autoconf \
- perl:${PORTSDIR}/lang/perl5 \
gettext:${PORTSDIR}/devel/gettext
RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
avr-ld:${PORTSDIR}/devel/avr-binutils
@@ -31,6 +30,7 @@ WRKSRC= ${WRKDIR}/gcc-${PORTVERSION}
# Unfortunately, only some mirrors have it as a .bz2 file, while
# the original master site still uses .gz.
+USE_PERL5_BUILD= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_BISON= yes
diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile
index fb06b789a3c3..12eb74436907 100644
--- a/ftp/wget-devel/Makefile
+++ b/ftp/wget-devel/Makefile
@@ -15,8 +15,8 @@ MASTER_SITE_SUBDIR= wget
MAINTAINER= sf@FreeBSD.org
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
-BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5
+USE_PERL5_BUILD= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile
index fb06b789a3c3..12eb74436907 100644
--- a/ftp/wget/Makefile
+++ b/ftp/wget/Makefile
@@ -15,8 +15,8 @@ MASTER_SITE_SUBDIR= wget
MAINTAINER= sf@FreeBSD.org
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
-BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5
+USE_PERL5_BUILD= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/net/mopd/Makefile b/net/mopd/Makefile
index ebdeffd3c76a..7696d0811364 100644
--- a/net/mopd/Makefile
+++ b/net/mopd/Makefile
@@ -20,10 +20,11 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= obrien@FreeBSD.org
-BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5
-
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
# MANDIR is concetenated to DESTDIR which all forms the man install dir...
+
+USE_PERL5_BUILD= yes
+
MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man NOMANCOMPRESS=true
MAN1= mopprobe.1 moptrace.1 mopchk.1 mopa.out.1
MAN8= mopd.8
diff --git a/net/slirp/Makefile b/net/slirp/Makefile
index 58eeb804df39..9c7e83a01508 100644
--- a/net/slirp/Makefile
+++ b/net/slirp/Makefile
@@ -14,12 +14,12 @@ MASTER_SITE_SUBDIR=slirp
MAINTAINER= ports@FreeBSD.Org
-BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5
-
# serious LP64 issues
ONLY_FOR_ARCHS= i386
WRKSRC= ${WRKDIR}/${DISTNAME}/src
+
+USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes
MAN1= slirp.1
diff --git a/security/nss/Makefile b/security/nss/Makefile
index 1b08cb5f9e91..e080aedefc73 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -18,6 +18,7 @@ LIB_DEPENDS= nspr4.1:${PORTSDIR}/devel/nspr
WRKSRC= ${WRKDIR}/${DISTNAME}/mozilla/security/nss
+USE_PERL5_BUILD= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
USE_PERL5_BUILD=yes
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile
index b89bc50b58ab..0f7737daa786 100644
--- a/textproc/urlview/Makefile
+++ b/textproc/urlview/Makefile
@@ -22,8 +22,7 @@ MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/ \
MAINTAINER= obrien@FreeBSD.org
-BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5
-
+USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes
MAN1= urlview.1