diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-02 18:55:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-02 18:55:39 +0000 |
commit | 45ba55420e28f442bfa3070b76a39aa6376199cd (patch) | |
tree | d8321828e63bf4a6e4641cf2ca1a9e37787822d5 /security/qca-ossl/Makefile | |
parent | 3cf77ee6e996a1659645ab27edaa7a59d38b6774 (diff) | |
download | ports-45ba55420e28f442bfa3070b76a39aa6376199cd.tar.gz ports-45ba55420e28f442bfa3070b76a39aa6376199cd.zip |
Notes
Diffstat (limited to 'security/qca-ossl/Makefile')
-rw-r--r-- | security/qca-ossl/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/qca-ossl/Makefile b/security/qca-ossl/Makefile index 8b6e353329ab..89c6c7fd88ce 100644 --- a/security/qca-ossl/Makefile +++ b/security/qca-ossl/Makefile @@ -6,6 +6,7 @@ PORTNAME= qca-ossl DISTVERSION= 2.0.0-beta3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://delta.affinix.com/download/qca/2.0/plugins/ @@ -26,10 +27,12 @@ CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ \ PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ PTHREAD_LDFLAGS=${PTHREAD_LIBS} CONFIGURE_ARGS= --plugins-path=${PREFIX}/${QT_PLUGINDIR} --qtdir=${LOCALBASE} \ - --with-qca=${LOCALBASE} + --with-qca=${LOCALBASE} \ + --with-openssl-inc=${OPENSSLINC} \ + --with-openssl-lib=${OPENSSLLIB} QT_PLUGINDIR= lib/qt4/plugins - +++ qca-ossl.cpp 2009-02-26 06:41:17.000000000 +0100 PLIST_SUB+= QT_PLUGINDIR="${QT_PLUGINDIR}" .include <bsd.port.mk> |