diff options
author | kris <kris@FreeBSD.org> | 2003-10-15 22:23:25 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-15 22:23:25 +0000 |
commit | f9b8a43f16536bbc163670780a8ba1b1493ab25f (patch) | |
tree | 2aa38ce908f8f531a2345f4fccb5514c0c1a5ae6 /audio/xtuner/Makefile | |
parent | dc7dab69f2bb0fa4ab19824cfb8731526ee017c5 (diff) | |
download | FreeBSD-ports-f9b8a43f16536bbc163670780a8ba1b1493ab25f.zip FreeBSD-ports-f9b8a43f16536bbc163670780a8ba1b1493ab25f.tar.gz |
BROKEN on 5.x: does not compile
Diffstat (limited to 'audio/xtuner/Makefile')
-rw-r--r-- | audio/xtuner/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xtuner/Makefile b/audio/xtuner/Makefile index db7c74a..fc6458f 100644 --- a/audio/xtuner/Makefile +++ b/audio/xtuner/Makefile @@ -19,4 +19,10 @@ LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms USE_IMAKE= YES USE_XPM= YES -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |