diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 15:39:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 15:39:37 +0000 |
commit | 5b4e015a697c05388a84853879faa0ab5c080ae8 (patch) | |
tree | c7e67598d725a2cb1affe5421a1f42f23762d90f /net | |
parent | cde8c865cf37320e41a75cdeb267c36981f43d98 (diff) | |
download | ports-5b4e015a697c05388a84853879faa0ab5c080ae8.tar.gz ports-5b4e015a697c05388a84853879faa0ab5c080ae8.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/udpcast/Makefile | 2 |
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} |