diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-18 13:45:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-18 13:45:44 +0000 |
commit | 51c60ddf7f7c0942f2a332498ef7e104a0c11dc0 (patch) | |
tree | 003722865c3ffbd06a385211135ea1ca17afd24a /comms/tcpser | |
parent | fcbc3463cba2860570ef5b205a8994fa3c5e084f (diff) |
Notes
Diffstat (limited to 'comms/tcpser')
-rw-r--r-- | comms/tcpser/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/tcpser/Makefile b/comms/tcpser/Makefile index 31e101c7efca..5a16c4bec655 100644 --- a/comms/tcpser/Makefile +++ b/comms/tcpser/Makefile @@ -15,8 +15,7 @@ LICENSE_COMB= dual OPTIONS_DEFINE= DOCS LDFLAGS+= -pthread -USE_DOS2UNIX= yes -USES= gmake +USES= dos2unix gmake WRKSRC= ${WRKDIR}/tcpser PORTDOCS= README CHANGES |