diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 17:43:44 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 17:43:44 +0000 |
commit | 7b4ee14e1fc34f0768f24115ada4f2d23bd35e75 (patch) | |
tree | 98b7a5465e92a2c035d88004521e64753c08b0ef /textproc/iiimf-gtk | |
parent | 856903091afce38773f4c8d6d5604d3e97d0fa88 (diff) |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Notes
Notes:
svn path=/head/; revision=225333
Diffstat (limited to 'textproc/iiimf-gtk')
-rw-r--r-- | textproc/iiimf-gtk/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/iiimf-gtk/Makefile b/textproc/iiimf-gtk/Makefile index b56712ab0cdd..2f1a71ce9456 100644 --- a/textproc/iiimf-gtk/Makefile +++ b/textproc/iiimf-gtk/Makefile @@ -33,10 +33,6 @@ BUILDDIR= ${WRKSRC}/iiimgcf .include <bsd.port.pre.mk> -.if ${OSVERSION} < 503000 -IGNORE= is supported on FreeBSD 5.3 and later only -.endif - .if defined(WITH_DEBUG) CFLAGS+= -DDEBUG .endif |