aboutsummaryrefslogtreecommitdiff
path: root/devel/cgit/Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-09-23 21:36:09 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-09-23 21:36:09 +0000
commitd46cbea2bf227daa07a8074eb12eb4b51f216215 (patch)
tree61c86df2dd1db47f6869dd8e4b64cf5b43073f58 /devel/cgit/Makefile
parentfc2174ba587e7b9842caac345a424293aa524492 (diff)
downloadports-d46cbea2bf227daa07a8074eb12eb4b51f216215.tar.gz
ports-d46cbea2bf227daa07a8074eb12eb4b51f216215.zip
- Add explicit ICONV_LIB [1]
- While here, convert to USES gmake Submitted by: marino [1] Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=328059
Diffstat (limited to 'devel/cgit/Makefile')
-rw-r--r--devel/cgit/Makefile6
1 files changed, 2 insertions, 4 deletions
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}