diff options
author | wxs <wxs@FreeBSD.org> | 2009-01-06 04:34:01 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-01-06 04:34:01 +0800 |
commit | fbbcbe4a59e1074c58bbdabf056cd9c13db27392 (patch) | |
tree | d5141eb17136dfb332b3f801711c6ae64ea522a8 /x11-wm/ctwm | |
parent | 20764f1a2c7926e16cf5d7817e7906fa023ca0c5 (diff) | |
download | freebsd-ports-gnome-fbbcbe4a59e1074c58bbdabf056cd9c13db27392.tar.gz freebsd-ports-gnome-fbbcbe4a59e1074c58bbdabf056cd9c13db27392.tar.zst freebsd-ports-gnome-fbbcbe4a59e1074c58bbdabf056cd9c13db27392.zip |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Diffstat (limited to 'x11-wm/ctwm')
-rw-r--r-- | x11-wm/ctwm/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index 54948df5a21c..ddd0ee763dcc 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -23,13 +23,6 @@ MAN1= ctwm.1 .include <bsd.port.pre.mk> -# Very old versions need GNU m4 -.if ( ${OSVERSION} < 500034 ) -EXTRA_PATCHES+= ${FILESDIR}/gm4-patch -BUILD_DEPENDS+= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS+= gm4:${PORTSDIR}/devel/m4 -.endif - pre-configure: ${CP} ${WRKSRC}/Imakefile.local-template ${WRKSRC}/Imakefile.local ${CAT} ${FILESDIR}/Imakefile.local-additional >> ${WRKSRC}/Imakefile.local |