aboutsummaryrefslogtreecommitdiff
path: root/editors/glimmer
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-19 11:39:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-19 11:39:21 +0000
commitc5be245fc8a29cc8e4f605775d2e6902a5f2b7f3 (patch)
treebd11adc2120b283025bcb3c48f0aec65cf6100ef /editors/glimmer
parent1d0ad6ec4eb30514436ed95173c33c85836690ef (diff)
downloadports-c5be245fc8a29cc8e4f605775d2e6902a5f2b7f3.tar.gz
ports-c5be245fc8a29cc8e4f605775d2e6902a5f2b7f3.zip
BROKEN on 5.x: Does not compile due to ache's gnuregex changes
Notes
Notes: svn path=/head/; revision=104614
Diffstat (limited to 'editors/glimmer')
-rw-r--r--editors/glimmer/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/glimmer/Makefile b/editors/glimmer/Makefile
index 92c955ee8d1d..317d24dddbe6 100644
--- a/editors/glimmer/Makefile
+++ b/editors/glimmer/Makefile
@@ -35,7 +35,13 @@ PYTHON_LIBS= -lssl -lcrypto
.endif
PYTHON_LIBS+= -lutil -lreadline -lcrypt -lpython
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502104
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-lpython|${PYTHON_LIBS}|g' ${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>