diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 17:27:29 +0000 |
commit | c4d4cacd63490d4b63e844ae298880332a388ba7 (patch) | |
tree | 3913b841cc9c2f98d7e4b2056eafc0d9980bf1c8 /chinese/iiimf-le-newpy/Makefile | |
parent | 5faefa6350cd172add279e339bd86a650313beb3 (diff) |
- Remove conditional checks relevant only on FreeBSD 5.x and older
Notes
Notes:
svn path=/head/; revision=225288
Diffstat (limited to 'chinese/iiimf-le-newpy/Makefile')
-rw-r--r-- | chinese/iiimf-le-newpy/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chinese/iiimf-le-newpy/Makefile b/chinese/iiimf-le-newpy/Makefile index 7a53267bd850..72086ace3cdc 100644 --- a/chinese/iiimf-le-newpy/Makefile +++ b/chinese/iiimf-le-newpy/Makefile @@ -41,10 +41,6 @@ PLIST_SUB+= WANT_XAUX="@comment " .include <bsd.port.pre.mk> -.if ${OSVERSION} < 503000 -IGNORE= is supported on FreeBSD 5.3 and later only -.endif - CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" |