aboutsummaryrefslogtreecommitdiff
path: root/lang/gcl
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-30 01:39:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-30 01:39:47 +0000
commit587341014dcf04fca76da69275d7d83734bda03e (patch)
treea6f25935bb87c17f8e09b729a632af79ccd26afa /lang/gcl
parente110bc7232deba48101663e5982bb51457c19a22 (diff)
downloadports-587341014dcf04fca76da69275d7d83734bda03e.tar.gz
ports-587341014dcf04fca76da69275d7d83734bda03e.zip
Notes
Diffstat (limited to 'lang/gcl')
-rw-r--r--lang/gcl/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile
index 504e42e68ab3..0ce7e7b382ed 100644
--- a/lang/gcl/Makefile
+++ b/lang/gcl/Makefile
@@ -44,12 +44,6 @@ INFO= gcl-si gcl-tk
PLIST_SUB= GCL_VER=${PORTVERSION}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on FreeBSD 4.x"
-.endif
-
pre-configure:
${RM} -f ${WRKSRC}/configure
${SED} -i '' \
@@ -57,4 +51,4 @@ pre-configure:
-e 's|@@LOCALLIBS@@|-L${LOCALBASE}/lib -lgmp -lm -lreadline|' \
${WRKSRC}/h/FreeBSD.defs
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>