aboutsummaryrefslogtreecommitdiff
path: root/editors/glimmer
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-10-26 10:12:11 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-10-26 10:12:11 +0000
commitce4735d2c91abacccfd9f50651bd5e2cfb6c046a (patch)
tree4ebe0d369e510d94b0dac7e55a5762373715408f /editors/glimmer
parentdfcac308e220530d72a8cc8ad2ab73bb1b28ecf9 (diff)
downloadports-ce4735d2c91abacccfd9f50651bd5e2cfb6c046a.tar.gz
ports-ce4735d2c91abacccfd9f50651bd5e2cfb6c046a.zip
Make it buildable if crypto bits are installed.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=34251
Diffstat (limited to 'editors/glimmer')
-rw-r--r--editors/glimmer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/glimmer/Makefile b/editors/glimmer/Makefile
index 2b6eab24ff41..099871a5afe2 100644
--- a/editors/glimmer/Makefile
+++ b/editors/glimmer/Makefile
@@ -20,10 +20,10 @@ USE_GNOME= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-PYTHON_LIBS= -lutil -lreadline -lcrypt -lpython
.if exists(/usr/lib/libcrypto.a)
-PYTHON_LIBS+= -lcrypto
+PYTHON_LIBS= -lcrypto
.endif
+PYTHON_LIBS+= -lutil -lreadline -lcrypt -lpython
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \