aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gcb
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 14:27:14 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 14:27:14 +0800
commit7238b14395cb7d5bb9ed19be85b97ef31884e3ed (patch)
tree16804407445218161ca5273c337a54f9150befb2 /x11/gcb
parent920ef646f384fe4cd81929ea201c797af2cdbddd (diff)
downloadfreebsd-ports-gnome-7238b14395cb7d5bb9ed19be85b97ef31884e3ed.tar.gz
freebsd-ports-gnome-7238b14395cb7d5bb9ed19be85b97ef31884e3ed.tar.zst
freebsd-ports-gnome-7238b14395cb7d5bb9ed19be85b97ef31884e3ed.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'x11/gcb')
-rw-r--r--x11/gcb/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/gcb/Makefile b/x11/gcb/Makefile
index 0d756182581b..82d216a0c383 100644
--- a/x11/gcb/Makefile
+++ b/x11/gcb/Makefile
@@ -19,12 +19,6 @@ HAS_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= gtk20
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on FreeBSD 4.x
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|#!/bin/bash|#!${SH}|' \
${WRKSRC}/configure
@@ -41,4 +35,4 @@ do-install:
${MKDIR} ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>