svn commit: r328059 - head/devel/cgit

Guido Falsi madpilot at FreeBSD.org
Mon Sep 23 21:36:09 UTC 2013


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}


More information about the svn-ports-all mailing list