diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 11:28:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 11:28:55 +0800 |
commit | bdcc1e958c0192cffa925f79cf0fc4177efc0c20 (patch) | |
tree | 720e54b1f728160a5255699c034afd46f1fccd58 /devel | |
parent | 991ebfe120a05e985aed6c0dc96c1ceb7f55007b (diff) | |
download | freebsd-ports-gnome-bdcc1e958c0192cffa925f79cf0fc4177efc0c20.tar.gz freebsd-ports-gnome-bdcc1e958c0192cffa925f79cf0fc4177efc0c20.tar.zst freebsd-ports-gnome-bdcc1e958c0192cffa925f79cf0fc4177efc0c20.zip |
Move previous commit out of a conditional clause
Approved by: portmgr (self)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rhtvision/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/rhtvision/Makefile b/devel/rhtvision/Makefile index 3e879f5ad433..b5c359730445 100644 --- a/devel/rhtvision/Makefile +++ b/devel/rhtvision/Makefile @@ -24,6 +24,12 @@ INSTALLS_SHLIB= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if !defined(WITHOUT_X11) USE_XLIB= yes PLIST_SUB+= X11_ONLY="" @@ -31,12 +37,6 @@ CFLAGS+= -I${X11BASE}/include .else PLIST_SUB+= X11_ONLY="@comment " -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - pre-configure: ${ECHO} "HAVE_X11 => no" > ${WRKSRC}/configure.cache .endif |