diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-29 23:56:18 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-29 23:56:18 +0000 |
commit | 48b92584b0722f7f6ca412e6cfe16f1381e043cc (patch) | |
tree | 5885ace31c1f2736a049be270d6a0226624d4f69 /net/nepenthes/Makefile | |
parent | d49fa6d724b664f17fb3670881801b6177029e29 (diff) |
Notes
Diffstat (limited to 'net/nepenthes/Makefile')
-rw-r--r-- | net/nepenthes/Makefile | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index a03980144f43..65cd07183d50 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nepenthes -PORTVERSION= 0.1.5 -PORTREVISION= 1 +PORTVERSION= 0.1.6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nepenthes @@ -29,16 +28,12 @@ DOCS= README README.VFS logo-shaded.svg .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +.if ${OSVERSION} < 500000 +BROKEN= Does not compile .endif -#post-install: -#.if !defined(NOPORTDOCS) -# ${MKDIR} ${DOCSDIR} -#.for f in ${DOCS} -# ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR} -#.endfor -#.endif +.if ${ARCH} != "i386" +BROKEN= Does not compile on !i386 +.endif .include <bsd.port.post.mk> |