diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /security | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) | |
download | ports-5afc678aac11dcb929706121d1fec2707a1e8e54.tar.gz ports-5afc678aac11dcb929706121d1fec2707a1e8e54.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/bsp_upektfmess/Makefile | 4 | ||||
-rw-r--r-- | security/qca-tls/Makefile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/security/bsp_upektfmess/Makefile b/security/bsp_upektfmess/Makefile index 37b0c1cc2e45..a1aea58b659a 100644 --- a/security/bsp_upektfmess/Makefile +++ b/security/bsp_upektfmess/Makefile @@ -7,7 +7,7 @@ PORTNAME= bsp_upektfmess PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.upek.com/support/download/ \ http://shapeshifter.se/pub/bsp_upektfmess/ @@ -27,7 +27,7 @@ USE_GETTEXT= yes USE_ICONV= yes # Maintainer note # Both the gui and the non-gui object are linked to libX11 -USE_XLIB= yes +USE_XORG= x11 RESTRICTED= license prohibits redistribution NO_BUILD= yes diff --git a/security/qca-tls/Makefile b/security/qca-tls/Makefile index d3f32fbefd06..f983f3aa83f8 100644 --- a/security/qca-tls/Makefile +++ b/security/qca-tls/Makefile @@ -7,7 +7,7 @@ PORTNAME= qca-tls PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://delta.affinix.com/download/qca/ \ http://psi.affinix.com/beta/ @@ -18,7 +18,6 @@ COMMENT= SSL/TLS plugin for Qt BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake HAS_CONFIGURE= yes -USE_X_PREFIX= yes USE_BZIP2= yes USE_OPENSSL= yes USE_QT_VER= 3 |