summaryrefslogtreecommitdiff
path: root/net/libunp/Makefile
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-19 21:20:48 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-19 21:20:48 +0000
commitc7611291caed7042dac74061e36e3fa5ba7ed166 (patch)
tree1d2de5d52eb1b8904d425116b2afd36170dab951 /net/libunp/Makefile
parent- Set EXPIRATION_DATE as it is marked as DEPRECATED for some time (diff)
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
Notes
Notes: svn path=/head/; revision=190385
Diffstat (limited to '')
-rw-r--r--net/libunp/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/libunp/Makefile b/net/libunp/Makefile
index 95428628884f..c72d88ef0ed2 100644
--- a/net/libunp/Makefile
+++ b/net/libunp/Makefile
@@ -18,12 +18,6 @@ COMMENT= The networking library used in UNIX Network Programming Volume 1 2e
GNU_CONFIGURE= yes
USE_GMAKE= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
-BROKEN= "Does not compile on alpha 4.x"
-.endif
-
pre-patch:
@ ${CP} ${WRKSRC}/lib/wrapsock.c ${WRKSRC}/lib/wrapsock_r.c
@@ -40,4 +34,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/lib/addrinfo.h ${PREFIX}/include/unp
${INSTALL_DATA} ${WRKSRC}/config.h ${PREFIX}/include/unp
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>