diff options
Diffstat (limited to 'net/iplog/Makefile')
-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} |