aboutsummaryrefslogtreecommitdiffstats
path: root/editors/glimmer
diff options
context:
space:
mode:
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 ; \