diff options
Diffstat (limited to 'lang/phc/Makefile')
-rw-r--r-- | lang/phc/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/phc/Makefile b/lang/phc/Makefile index cf0c16cebfd5..80fe0ee6b3ec 100644 --- a/lang/phc/Makefile +++ b/lang/phc/Makefile @@ -18,10 +18,4 @@ USE_GCC= 3.4+ USE_GMAKE= yes GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= doesn't build on FreeBSD 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |