aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-08-22 23:39:37 +0800
committerkrion <krion@FreeBSD.org>2004-08-22 23:39:37 +0800
commit6ec5e9102558bf80108577cfa8b90d65d02a5ac0 (patch)
treef1d63ea07614664f1d573d9367103be7752bae5d
parentfb216eea7e99e04dc5fead8f6a159dbe51996750 (diff)
downloadfreebsd-ports-gnome-6ec5e9102558bf80108577cfa8b90d65d02a5ac0.tar.gz
freebsd-ports-gnome-6ec5e9102558bf80108577cfa8b90d65d02a5ac0.tar.zst
freebsd-ports-gnome-6ec5e9102558bf80108577cfa8b90d65d02a5ac0.zip
Fix build.
Pet portlint.
-rw-r--r--mbone/udpcast/Makefile2
-rw-r--r--net/udpcast/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mbone/udpcast/Makefile b/mbone/udpcast/Makefile
index 64cff1058aae..a2f569941a46 100644
--- a/mbone/udpcast/Makefile
+++ b/mbone/udpcast/Makefile
@@ -17,6 +17,7 @@ COMMENT= A file transfer tool using ethernet's multicast
USE_REINPLACE= yes
USE_GETOPT_LONG=yes
USE_GMAKE= yes
+USE_PERL5_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
RELEASE_DATE= 20040531
@@ -43,7 +44,6 @@ do-configure:
-e 's|-lpthread|${PTHREAD_LIBS}|g' \
${BUILD_WRKSRC}/${MAKEFILE}
-
do-install:
.ifndef(NOPORTDOCS)
. for file in ${PORTDOCS}
diff --git a/net/udpcast/Makefile b/net/udpcast/Makefile
index 64cff1058aae..a2f569941a46 100644
--- a/net/udpcast/Makefile
+++ b/net/udpcast/Makefile
@@ -17,6 +17,7 @@ COMMENT= A file transfer tool using ethernet's multicast
USE_REINPLACE= yes
USE_GETOPT_LONG=yes
USE_GMAKE= yes
+USE_PERL5_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
RELEASE_DATE= 20040531
@@ -43,7 +44,6 @@ do-configure:
-e 's|-lpthread|${PTHREAD_LIBS}|g' \
${BUILD_WRKSRC}/${MAKEFILE}
-
do-install:
.ifndef(NOPORTDOCS)
. for file in ${PORTDOCS}