aboutsummaryrefslogtreecommitdiffstats
path: root/net/libunp
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-04-20 05:20:48 +0800
committergabor <gabor@FreeBSD.org>2007-04-20 05:20:48 +0800
commit53dddc2be9f0f0ae838011f3410a14c8c72d1747 (patch)
tree73ae0002704600e4718b450eb2c2004762b5be6c /net/libunp
parent8715172b5618fc67a4e8f9fd9a86d4a65e39e4ee (diff)
downloadfreebsd-ports-gnome-53dddc2be9f0f0ae838011f3410a14c8c72d1747.tar.gz
freebsd-ports-gnome-53dddc2be9f0f0ae838011f3410a14c8c72d1747.tar.zst
freebsd-ports-gnome-53dddc2be9f0f0ae838011f3410a14c8c72d1747.zip
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
Diffstat (limited to 'net/libunp')
-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>