diff options
author | leeym <leeym@FreeBSD.org> | 2005-07-18 07:19:58 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-07-18 07:19:58 +0800 |
commit | 6e182f7cef279c2e93f86aaa3a85f7677136ae02 (patch) | |
tree | f6505ead391b087fa02a9ae901953d5b696ad2c0 /net/p5-Net-SAP | |
parent | ff1f0df43383894e336f09a552a7aceefcd0ba16 (diff) | |
download | freebsd-ports-graphics-6e182f7cef279c2e93f86aaa3a85f7677136ae02.tar.gz freebsd-ports-graphics-6e182f7cef279c2e93f86aaa3a85f7677136ae02.tar.zst freebsd-ports-graphics-6e182f7cef279c2e93f86aaa3a85f7677136ae02.zip |
- unbreak this port (forgot to remove BROKEN in previous commit)
Diffstat (limited to 'net/p5-Net-SAP')
-rw-r--r-- | net/p5-Net-SAP/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/p5-Net-SAP/Makefile b/net/p5-Net-SAP/Makefile index f7f9ff05565..5bd302b0e72 100644 --- a/net/p5-Net-SAP/Makefile +++ b/net/p5-Net-SAP/Makefile @@ -15,8 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.ORG COMMENT= Session Announcement Protocol (rfc2974) packet parser -BROKEN= Incomplete pkg-plist - BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/Socket/Multicast.pm:${PORTSDIR}/net/p5-IO-Socket-Multicast \ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib RUN_DEPENDS= ${BUILD_DEPENDS} |