From 74633ad1603154044d32d907f1ee8536634b1612 Mon Sep 17 00:00:00 2001 From: madpilot Date: Mon, 23 Sep 2013 21:36:09 +0000 Subject: - Add explicit ICONV_LIB [1] - While here, convert to USES gmake Submitted by: marino [1] Approved by: portmgr (bapt) --- devel/cgit/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/cgit/Makefile b/devel/cgit/Makefile index 8b025f6961ea..cc0bb60dc79c 100644 --- a/devel/cgit/Makefile +++ b/devel/cgit/Makefile @@ -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} -- cgit