diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 14:27:14 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 14:27:14 +0800 |
commit | c74701832f58a9ccecdcbfec31960b911abfc233 (patch) | |
tree | 69079f703d594c8f6e906b36a7ecfd57e746f64b /x11/terminal.app | |
parent | 3d87ef2d551df84654e1b928386f1b2468877824 (diff) | |
download | freebsd-ports-gnome-c74701832f58a9ccecdcbfec31960b911abfc233.tar.gz freebsd-ports-gnome-c74701832f58a9ccecdcbfec31960b911abfc233.tar.zst freebsd-ports-gnome-c74701832f58a9ccecdcbfec31960b911abfc233.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'x11/terminal.app')
-rw-r--r-- | x11/terminal.app/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/terminal.app/Makefile b/x11/terminal.app/Makefile index 86eb4d514f27..0297cbb09baa 100644 --- a/x11/terminal.app/Makefile +++ b/x11/terminal.app/Makefile @@ -25,10 +25,4 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/${PORTNAME:C/\.app//}-${DISTVERSION}${DISTVERSIONSUFFIX:C/\.orig//} MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |