diff options
Diffstat (limited to 'devel/libstrfunc/Makefile')
-rw-r--r-- | devel/libstrfunc/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/libstrfunc/Makefile b/devel/libstrfunc/Makefile index e02094007069..5c836776c60a 100644 --- a/devel/libstrfunc/Makefile +++ b/devel/libstrfunc/Makefile @@ -3,16 +3,19 @@ PORTNAME= libstrfunc PORTVERSION= 8.3 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://lionet.info/soft/ - MAINTAINER= vlm@lionet.info COMMENT= Handles CGI forms, MIME, templates, date conversions, etc +USES= libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +USE_AUTOTOOLS= autoconf aclocal automake libtoolize +AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= --program-prefix="" .include <bsd.port.mk> |