diff options
author | kris <kris@FreeBSD.org> | 2003-10-16 06:23:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-16 06:23:25 +0800 |
commit | f9b8a43f16536bbc163670780a8ba1b1493ab25f (patch) | |
tree | 2aa38ce908f8f531a2345f4fccb5514c0c1a5ae6 /emulators | |
parent | dc7dab69f2bb0fa4ab19824cfb8731526ee017c5 (diff) | |
download | freebsd-ports-gnome-f9b8a43f16536bbc163670780a8ba1b1493ab25f.tar.gz freebsd-ports-gnome-f9b8a43f16536bbc163670780a8ba1b1493ab25f.tar.zst freebsd-ports-gnome-f9b8a43f16536bbc163670780a8ba1b1493ab25f.zip |
BROKEN on 5.x: does not compile
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/psim-freebsd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile index 31817646187c..a6a5fee1823f 100644 --- a/emulators/psim-freebsd/Makefile +++ b/emulators/psim-freebsd/Makefile @@ -21,6 +21,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf \ --program-suffix=psim +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + pre-configure: @cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo @@ -39,4 +45,4 @@ cklatest: ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \ | ${GREP} gdb+dejagnu- -.include <bsd.port.mk> +.include <bsd.port.post.mk> |