diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-23 07:25:38 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-23 07:25:38 +0800 |
commit | 3f8ab4dc3cfe2418ad28e58f59a0645ce6f85be6 (patch) | |
tree | ba138950e55e595dec9474d846278f12aaf72157 /lang | |
parent | 8eaf5e0ec41639a2bbb699e4bbe76b0005fb4826 (diff) | |
download | freebsd-ports-gnome-3f8ab4dc3cfe2418ad28e58f59a0645ce6f85be6.tar.gz freebsd-ports-gnome-3f8ab4dc3cfe2418ad28e58f59a0645ce6f85be6.tar.zst freebsd-ports-gnome-3f8ab4dc3cfe2418ad28e58f59a0645ce6f85be6.zip |
Fine-tune the BROKEN statement: it seems to install fine on i386-7.
Approved by: portmgr (self)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/smarteiffel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/smarteiffel/Makefile b/lang/smarteiffel/Makefile index 1f24efbb70c4..ae5367112d86 100644 --- a/lang/smarteiffel/Makefile +++ b/lang/smarteiffel/Makefile @@ -32,8 +32,10 @@ SUB_FILES= pkg-install pkg-message .include <bsd.port.pre.mk> -.if ${OSVERSION} > 700000 -BROKEN= bad plist +.if ${OSVERSION} >= 700000 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not install +.endif .endif post-patch: |