aboutsummaryrefslogtreecommitdiff
path: root/lang/phc/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-10-08 10:22:43 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-10-08 10:22:43 +0000
commitad2f15d5fd682e69d5c2dc812d2dbce6ab0a8510 (patch)
tree8fbdb106d20646bc195a976b14be5cd5568590c5 /lang/phc/Makefile
parent24b4f8b10dd5ac20deb34916794ddbf24847b3c8 (diff)
downloadports-ad2f15d5fd682e69d5c2dc812d2dbce6ab0a8510.tar.gz
ports-ad2f15d5fd682e69d5c2dc812d2dbce6ab0a8510.zip
Notes
Diffstat (limited to 'lang/phc/Makefile')
-rw-r--r--lang/phc/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/lang/phc/Makefile b/lang/phc/Makefile
index d9cd1081bf3c..cf0c16cebfd5 100644
--- a/lang/phc/Makefile
+++ b/lang/phc/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= phc
-DISTVERSION= 0.1.6rc1
+PORTVERSION= 0.1.7
CATEGORIES= lang
MASTER_SITES= http://www.phpcompiler.org/src/archive/
@@ -18,6 +18,10 @@ USE_GCC= 3.4+
USE_GMAKE= yes
GNU_CONFIGURE= yes
-PLIST_FILES= bin/phc
+.include <bsd.port.pre.mk>
-.include <bsd.port.mk>
+.if ${OSVERSION} < 500000
+IGNORE= doesn't build on FreeBSD 4.x
+.endif
+
+.include <bsd.port.post.mk>