summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-22 15:39:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-22 15:39:37 +0000
commit5b4e015a697c05388a84853879faa0ab5c080ae8 (patch)
treec7e67598d725a2cb1affe5421a1f42f23762d90f /net
parentupdate to 1.3.1 (diff)
Fix build.
Pet portlint.
Notes
Notes: svn path=/head/; revision=117034
Diffstat (limited to 'net')
-rw-r--r--net/udpcast/Makefile2
1 files changed, 1 insertions, 1 deletions
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}