From 3efdbb4ac6873be21f2033b487e30d9e32a5c67c Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 3 Mar 2007 18:32:11 +0000 Subject: [PATCH] Now appears to build on amd64, assuming it might on other arches too. Remove support for 4.x. --- net/nepenthes/Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index b5af877ecf8a..aaf2301f2825 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -37,14 +37,4 @@ CONFIGURE_ARGS+= --mandir=${PREFIX}/man --infodir=${PREFIX}/info DOCS= README README.VFS logo-shaded.svg MAN8= nepenthes.8 -.include - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile -.endif - -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif - -.include +.include