aboutsummaryrefslogtreecommitdiff
path: root/net/nxproxy
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-07-23 20:16:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-07-23 20:16:51 +0000
commitb2009c92ce57a215dd671e94516ce92570fe47da (patch)
treee1a1ab2bf85ebd7282425aedb4e6aadb9ea8ea44 /net/nxproxy
parent8ce195815c4f1cf823afdd8324855c860b0cba14 (diff)
downloadports-b2009c92ce57a215dd671e94516ce92570fe47da.tar.gz
ports-b2009c92ce57a215dd671e94516ce92570fe47da.zip
Notes
Diffstat (limited to 'net/nxproxy')
-rw-r--r--net/nxproxy/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/nxproxy/Makefile b/net/nxproxy/Makefile
index c7b3262efb32..2dd792001dc3 100644
--- a/net/nxproxy/Makefile
+++ b/net/nxproxy/Makefile
@@ -25,6 +25,12 @@ GNU_CONFIGURE= yes
USE_XORG= ice x11 sm
PLIST_FILES= bin/nxproxy
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not compile on 6.X
+.endif
+
post-extract:
${LN} -sf ${WRKDIR}/nxcomp-${DISTVERSION:S/2/1/} ${WRKDIR}/nxcomp
@@ -43,4 +49,4 @@ pre-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nxproxy ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>