diff options
Diffstat (limited to 'devel/cstringbuffer/Makefile')
-rw-r--r-- | devel/cstringbuffer/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/cstringbuffer/Makefile b/devel/cstringbuffer/Makefile index b315221520ac..ebe782ed05b9 100644 --- a/devel/cstringbuffer/Makefile +++ b/devel/cstringbuffer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cstringbuffer -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.3 CATEGORIES= devel MASTER_SITES= http://www.translator.cx/dist/libs/ @@ -15,5 +15,10 @@ COMMENT= File-like IO for strings USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes +MAN3= csb.3 +MANCOMPRESSED= no + +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> |