aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2013-09-24 05:36:09 +0800
committermadpilot <madpilot@FreeBSD.org>2013-09-24 05:36:09 +0800
commit74633ad1603154044d32d907f1ee8536634b1612 (patch)
tree61c86df2dd1db47f6869dd8e4b64cf5b43073f58 /devel
parent2878ce8b4b69bbc5c605df481e248b2064724da3 (diff)
downloadfreebsd-ports-gnome-74633ad1603154044d32d907f1ee8536634b1612.tar.gz
freebsd-ports-gnome-74633ad1603154044d32d907f1ee8536634b1612.tar.zst
freebsd-ports-gnome-74633ad1603154044d32d907f1ee8536634b1612.zip
- Add explicit ICONV_LIB [1]
- While here, convert to USES gmake Submitted by: marino [1] Approved by: portmgr (bapt)
Diffstat (limited to 'devel')
-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}