diff options
Diffstat (limited to 'devel/libbinio/Makefile')
-rw-r--r-- | devel/libbinio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libbinio/Makefile b/devel/libbinio/Makefile index b426bb464dc5..a79fba1cc210 100644 --- a/devel/libbinio/Makefile +++ b/devel/libbinio/Makefile @@ -7,6 +7,7 @@ PORTNAME= libbinio PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Binary I/O stream class library INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GCC= 3.4+ CPPFLAGS+= -I${LOCALBASE}/include |