summaryrefslogtreecommitdiff
path: root/x11-wm/enlightenment-devel/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-12-05 12:52:00 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-12-05 12:52:00 +0000
commitb5c8298b6e63cf23dbd72a27eea03a8f45f75b4f (patch)
treeff1356038685e897d3bab56f58d9e39aa76dc322 /x11-wm/enlightenment-devel/Makefile
parent- add patch to fix breakage caused by recent libnet changes (diff)
IGNORE on 4.x, fix OSVERSION (my typo).
Notes
Notes: svn path=/head/; revision=150465
Diffstat (limited to 'x11-wm/enlightenment-devel/Makefile')
-rw-r--r--x11-wm/enlightenment-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile
index 9685cf82d3dc..9371dd88d8b7 100644
--- a/x11-wm/enlightenment-devel/Makefile
+++ b/x11-wm/enlightenment-devel/Makefile
@@ -34,8 +34,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 50000
-IGNORE= Does not build on 4.X
+.if ${OSVERSION} < 500000
+IGNORE= does not build on 4.X
.endif
.include <bsd.port.post.mk>