diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
commit | 41d8c3385c21ae51629c8997035eae8a9423ff6c (patch) | |
tree | 246d960cb714ce0095c452017819f6b1c64a7dfb /lang/swi-pl | |
parent | 5e3b0872db18497aacc353b3ef94ad8dac11183f (diff) |
Notes
Diffstat (limited to 'lang/swi-pl')
-rw-r--r-- | lang/swi-pl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index 43e532c1b2db..3741e764f259 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -29,10 +29,6 @@ PLIST_SUB= DISTNAME=${DISTNAME} ARCH=${ARCH} OS=${OPSYS:L} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500100 -IGNORE= doesn't support FreeBSD < 5.0. Require some C99 functions -.endif - .if (${ARCH} == "i386") PLIST_SUB+= BITS=32 .else |