diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 21:24:38 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 21:24:38 +0000 |
commit | 17f5e78f0aa955101045aca96ab73de13b460f3a (patch) | |
tree | ade380fef889d59bb29996ab38320449382876f6 /devel/libbinio | |
parent | 165b7a397f7d14491f2ff6c24b811022089c0f16 (diff) | |
download | ports-17f5e78f0aa955101045aca96ab73de13b460f3a.tar.gz ports-17f5e78f0aa955101045aca96ab73de13b460f3a.zip |
Notes
Diffstat (limited to 'devel/libbinio')
-rw-r--r-- | devel/libbinio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libbinio/Makefile b/devel/libbinio/Makefile index 369beb48b150..a9cc0cb23062 100644 --- a/devel/libbinio/Makefile +++ b/devel/libbinio/Makefile @@ -7,6 +7,7 @@ PORTNAME= libbinio PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,6 +18,7 @@ COMMENT= Binary I/O stream class library INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 USE_REINPLACE= yes +USE_GCC= 3.4+ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |