diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-09-30 19:24:30 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-09-30 19:24:30 +0000 |
commit | 1ee4da6dd1d50ed85cd3a614fc8a30b02f3ccf66 (patch) | |
tree | 8b44219153a720f367633c8fe248933750735b7d /ftp | |
parent | 7cb0f3c9b4ec333deb7e94ba00c6dc2d3b9c6220 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/twoftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/twoftpd/Makefile b/ftp/twoftpd/Makefile index 9a6455986d38..b0be39453022 100644 --- a/ftp/twoftpd/Makefile +++ b/ftp/twoftpd/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/bg-installer:devel/bglibs LIB_DEPENDS= libcvm-v2client.so:security/cvm -USES= localbase +USES= localbase:ldflags BGLIBS_LIB= ${LOCALBASE}/lib/bglibs BGLIBS_INCLUDE= ${LOCALBASE}/include/bglibs |