diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
commit | dbd39ca660cafa3d1f2acebf05c86bf17a035ff8 (patch) | |
tree | 5d14b5c3a50461b8a6096fcc383dc2181cb624b7 /net/twinkle | |
parent | 74313458803db4f95050b550b038051b82c96b67 (diff) |
Notes
Diffstat (limited to 'net/twinkle')
-rw-r--r-- | net/twinkle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/twinkle/Makefile b/net/twinkle/Makefile index 4e86a8845d63..2b6f8d9adc0f 100644 --- a/net/twinkle/Makefile +++ b/net/twinkle/Makefile @@ -7,7 +7,7 @@ PORTNAME= twinkle PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://www.xs4all.nl/~mfnboer/twinkle/download/ @@ -25,7 +25,7 @@ LIB_DEPENDS= ccgnu2-1.5.0:${PORTSDIR}/devel/commoncpp \ USE_GCC= 3.4+ GNU_CONFIGURE= yes -USE_BISON= yes +USE_BISON= build USE_GMAKE= yes USE_XLIB= yes USE_AUTOTOOLS= libtool:15 |