diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-23 06:40:02 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-23 06:40:02 +0000 |
commit | 229e9b9d550cbb10e9f27451f5a3632a4ddb3cb2 (patch) | |
tree | e724a078351e0b95eed792f59ebfde9b689e39b8 /net/tridiavnc | |
parent | 888aee6f302261d8caf9eebe778826fe1885cffe (diff) | |
download | ports-229e9b9d550cbb10e9f27451f5a3632a4ddb3cb2.tar.gz ports-229e9b9d550cbb10e9f27451f5a3632a4ddb3cb2.zip |
Notes
Diffstat (limited to 'net/tridiavnc')
-rw-r--r-- | net/tridiavnc/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net/tridiavnc/Makefile b/net/tridiavnc/Makefile index 2a662398a478..06f3c8edd051 100644 --- a/net/tridiavnc/Makefile +++ b/net/tridiavnc/Makefile @@ -18,6 +18,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Display X and Win32 desktops on remote X/Win32/Java displays +.include <bsd.port.pre.mk> + +.if ${MACHINE_ARCH} != i386 +BROKEN= "Does not compile on ${MACHINE_ARCH}" +.endif + USE_PERL5= yes WRKSRC= ${WRKDIR}/unix/vnc_unixsrc USE_IMAKE= yes @@ -43,4 +49,5 @@ post-install: # Go install Java classes ${MKDIR} ${PREFIX}/share/vnc ${CP} -R ${WRKSRC}/classes ${PREFIX}/share/vnc -.include <bsd.port.mk> + +.include <bsd.port.post.mk> |