diff options
author | wxs <wxs@FreeBSD.org> | 2009-01-07 01:43:44 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-01-07 01:43:44 +0800 |
commit | 27a736fb02fecd595cc796a3b6ef1617479e56ac (patch) | |
tree | 68b15647c974de831db75d2d9d7e4711a809a395 /textproc/iiimf-server/Makefile | |
parent | 89a56cf662a394a87c66ec55cfad74f79014a10b (diff) | |
download | freebsd-ports-gnome-27a736fb02fecd595cc796a3b6ef1617479e56ac.tar.gz freebsd-ports-gnome-27a736fb02fecd595cc796a3b6ef1617479e56ac.tar.zst freebsd-ports-gnome-27a736fb02fecd595cc796a3b6ef1617479e56ac.zip |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Diffstat (limited to 'textproc/iiimf-server/Makefile')
-rw-r--r-- | textproc/iiimf-server/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/iiimf-server/Makefile b/textproc/iiimf-server/Makefile index ea5144b395ef..52076de9ff9a 100644 --- a/textproc/iiimf-server/Makefile +++ b/textproc/iiimf-server/Makefile @@ -33,10 +33,6 @@ BUILDDIR= ${WRKSRC}/iiimsf .include <bsd.port.pre.mk> -.if ${OSVERSION} < 503000 -IGNORE= is supported on FreeBSD 5.3 and later only -.endif - .if defined(WITH_DEBUG) CFLAGS+= -g -ggdb -DDEBUG .endif |