diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-10-03 12:00:37 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-10-03 12:00:37 +0000 |
commit | c667881275075bcbbb39b6edf09fc712bc9f4964 (patch) | |
tree | 15857fd95b2ae4e7dc84ce760114172e78082325 | |
parent | 1ad22401e6455ae8aab65b2cb885bbe414455a2c (diff) | |
download | ports-c667881275075bcbbb39b6edf09fc712bc9f4964.tar.gz ports-c667881275075bcbbb39b6edf09fc712bc9f4964.zip |
Sort USES.
Reported by: mat
Notes
Notes:
svn path=/head/; revision=423188
-rw-r--r-- | net/vtun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index 0e2aa67d3a34..a18c0f662a18 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= liblzo2.so:archivers/lzo2 CFLAGS+= -ansi -Wno-pointer-sign -I${LOCALBASE}/include -USES= ssl autoreconf +USES= autoreconf ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var \ --with-ssl-headers=${OPENSSLINC} \ |