diff options
Diffstat (limited to 'www/cgicc/Makefile')
-rw-r--r-- | www/cgicc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index 6ecf1197ac10..e463961929d1 100644 --- a/www/cgicc/Makefile +++ b/www/cgicc/Makefile @@ -8,6 +8,7 @@ PORTNAME= cgicc PORTVERSION= 3.2.3 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= ftp://ftp.cgicc.org/ @@ -15,7 +16,7 @@ MAINTAINER= sem@FreeBSD.org COMMENT= A C++ class library for writing CGI applications USE_GMAKE= yes -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} INSTALLS_SHLIB= yes |