- Get rid of useless USE_XLIB variable
- Adopt maintainship Approved by: miwi (mentor)
This commit is contained in:
parent
6082f3ac80
commit
370f9d841b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209386
1 changed files with 2 additions and 3 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
PORTNAME= qssl
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= psi
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= QSSL is a Qt plugin that helps applications use OpenSSL
|
||||
|
||||
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
|
||||
|
@ -20,7 +20,6 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
|
|||
SHLIB_MAJOR= 1
|
||||
|
||||
USE_OPENSSL= yes
|
||||
USE_XLIB= yes
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ARGS= QTDIR=${QT_PREFIX}
|
||||
|
|
Loading…
Reference in a new issue