diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 12:00:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 12:00:30 +0000 |
commit | c2866e7e03e21bb8c87264f3e94eb0771ff2929f (patch) | |
tree | bb60854c08a09d1f82d638352a523fd80ba34d9a /net/iplog | |
parent | c3a0a8dbd29cde9f34420927fdebd1f51bcc3ae2 (diff) | |
download | ports-c2866e7e03e21bb8c87264f3e94eb0771ff2929f.tar.gz ports-c2866e7e03e21bb8c87264f3e94eb0771ff2929f.zip |
- Convert gmake,bzip2 to USES
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=355691
Diffstat (limited to 'net/iplog')
-rw-r--r-- | net/iplog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/iplog/Makefile b/net/iplog/Makefile index 18a55667eb79..764b636f0fd4 100644 --- a/net/iplog/Makefile +++ b/net/iplog/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/ojnk/${PORTNAME}/${PORTVERSION} MAINTAINER= udo.schweigert@siemens.com COMMENT= TCP/IP traffic logging tool -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |