diff options
author | tijl <tijl@FreeBSD.org> | 2014-03-15 04:59:20 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-03-15 04:59:20 +0800 |
commit | 28b83ccec5d8c2af9b3660a9e2699df99e8f03d8 (patch) | |
tree | 55f1435ef55f0c3e2d1e07a32af7a1b9815aee01 /comms/trustedqsl | |
parent | 069d4b53cd6a5407774e445bf7d83e0548adabd3 (diff) | |
download | freebsd-ports-gnome-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.tar.gz freebsd-ports-gnome-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.tar.zst freebsd-ports-gnome-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.zip |
Fix double occurences of USES=
Diffstat (limited to 'comms/trustedqsl')
-rw-r--r-- | comms/trustedqsl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile index d841111f764c..103ce4953745 100644 --- a/comms/trustedqsl/Makefile +++ b/comms/trustedqsl/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= libdb-5.so:${PORTSDIR}/databases/db5 \ PKGMESSAGE= ${WRKDIR}/pkg-message -USES= cmake pkgconfig -USES= compiler:features cmake pkgconfig +USES= cmake compiler:features pkgconfig USE_WX= 2.8+ WX_UNICODE= yes USE_LDCONFIG= yes |