diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-11-14 09:38:37 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-11-14 09:38:37 +0000 |
commit | 2b4ddf713905f13ec211828a28bd5ebda8ae9454 (patch) | |
tree | 55414d09865822ca2c5c0a0e5475c3d684fcedcd /www | |
parent | d413403d2bc1f0d8bbc258ec6995eeae06258e1f (diff) | |
download | FreeBSD-ports-2b4ddf713905f13ec211828a28bd5ebda8ae9454.zip FreeBSD-ports-2b4ddf713905f13ec211828a28bd5ebda8ae9454.tar.gz |
Add missed USE_OPENSSL=yes (my fault).
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/screem-devel/Makefile | 1 | ||||
-rw-r--r-- | www/screem/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile index 1aa2ed9..4e20c19 100644 --- a/www/screem-devel/Makefile +++ b/www/screem-devel/Makefile @@ -19,6 +19,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_GNOME= yes USE_LIBTOOL= yes +USE_OPENSSL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-gnomevfs --with-ssl diff --git a/www/screem/Makefile b/www/screem/Makefile index 1aa2ed9..4e20c19 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -19,6 +19,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_GNOME= yes USE_LIBTOOL= yes +USE_OPENSSL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-gnomevfs --with-ssl |