diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-10-26 10:12:11 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-10-26 10:12:11 +0000 |
commit | 771eb664194ecf94424c442a52da6ea55dd32772 (patch) | |
tree | c8f2414b71327f371eb8bab2c59bd376a609f750 /editors/glimmer | |
parent | e8f7bf346cccbb3a956616323b8d5e07770464ab (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 ; \ |