diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 17:24:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 17:24:47 +0800 |
commit | 7dcd1a763487d49074d59f3a31bd151284134ebd (patch) | |
tree | 61b71e9b35b9bf982a153ac7b8823feeb60e1418 /net/pktanon | |
parent | 276ff68a9b6f7cd49885d853491ee45448f0119b (diff) | |
download | freebsd-ports-gnome-7dcd1a763487d49074d59f3a31bd151284134ebd.tar.gz freebsd-ports-gnome-7dcd1a763487d49074d59f3a31bd151284134ebd.tar.zst freebsd-ports-gnome-7dcd1a763487d49074d59f3a31bd151284134ebd.zip |
Convert to USES=dos2unix
With hat: portmgr
Diffstat (limited to 'net/pktanon')
-rw-r--r-- | net/pktanon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pktanon/Makefile b/net/pktanon/Makefile index 237cabf70b60..6805eac2cdd8 100644 --- a/net/pktanon/Makefile +++ b/net/pktanon/Makefile @@ -13,7 +13,7 @@ COMMENT= Network trace anonymizer LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs \ libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 -USE_DOS2UNIX= yes +USES= dos2unix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lboost_system |