summaryrefslogtreecommitdiffstats
path: root/editors/glimmer
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-10-26 10:12:11 +0000
committersobomax <sobomax@FreeBSD.org>2000-10-26 10:12:11 +0000
commit771eb664194ecf94424c442a52da6ea55dd32772 (patch)
treec8f2414b71327f371eb8bab2c59bd376a609f750 /editors/glimmer
parente8f7bf346cccbb3a956616323b8d5e07770464ab (diff)
downloadFreeBSD-ports-771eb664194ecf94424c442a52da6ea55dd32772.zip
FreeBSD-ports-771eb664194ecf94424c442a52da6ea55dd32772.tar.gz
Make it buildable if crypto bits are installed.
Submitted by: bento
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 2b6eab2..099871a 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 ; \
OpenPOWER on IntegriCloud