Date: Mon, 23 Sep 2013 21:36:09 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328059 - head/devel/cgit Message-ID: <201309232136.r8NLa9l7084000@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Mon Sep 23 21:36:09 2013 New Revision: 328059 URL: http://svnweb.freebsd.org/changeset/ports/328059 Log: - Add explicit ICONV_LIB [1] - While here, convert to USES gmake Submitted by: marino [1] Approved by: portmgr (bapt) Modified: head/devel/cgit/Makefile Modified: head/devel/cgit/Makefile ============================================================================== --- head/devel/cgit/Makefile Mon Sep 23 21:34:48 2013 (r328058) +++ head/devel/cgit/Makefile Mon Sep 23 21:36:09 2013 (r328059) @@ -17,15 +17,13 @@ LICENSE= GPLv2 PROJECTHOST= git-core GIT_VERSION= 1.8.2.3 USE_BZIP2= yes -USE_GMAKE= yes -USES= iconv shebangfix +USES= gmake iconv shebangfix SHEBANG_FILES= filters/html-converters/resources/markdown.pl -USE_GMAKE= yes USE_OPENSSL= yes CFLAGS+= -I${LOCALBASE}/include MAKE_ARGS+= CGIT_SCRIPT_PATH=${WWWDIR} \ CGIT_CONFIG=${PREFIX}/etc/cgitrc NO_GETTEXT=1 -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} SUB_FILES= pkg-message SUB_LIST+= PORTNAME=${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309232136.r8NLa9l7084000>