aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-12-29 22:29:18 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-12-29 22:29:18 +0800
commitb3855a653404dd0abb3a2bc63eb7ec3b55f7d574 (patch)
treec09c83633fb69d859c6df4ea95f7abf5603e7106 /chinese
parent5c405fe28e1a17da4d5270824717c5af0c1a64d7 (diff)
downloadfreebsd-ports-gnome-b3855a653404dd0abb3a2bc63eb7ec3b55f7d574.tar.gz
freebsd-ports-gnome-b3855a653404dd0abb3a2bc63eb7ec3b55f7d574.tar.zst
freebsd-ports-gnome-b3855a653404dd0abb3a2bc63eb7ec3b55f7d574.zip
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes Approved by: portmgr blanket
Diffstat (limited to 'chinese')
-rw-r--r--chinese/libchewing/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile
index 04cb097f1b12..9d3cafeb774f 100644
--- a/chinese/libchewing/Makefile
+++ b/chinese/libchewing/Makefile
@@ -15,13 +15,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:print/texinfo
-USES= cmake libtool pathfix pkgconfig sqlite tar:bzip2
-USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= chewing
-CMAKE_ARGS+= -DMAKEINFO=${LOCALBASE}/bin/makeinfo
-CFLAGS+= -I${LOCALBASE}/include
+USES= cmake libtool localbase pathfix pkgconfig sqlite
+CMAKE_ARGS= -DMAKEINFO=${LOCALBASE}/bin/makeinfo
+USE_LDCONFIG= yes
+
INFO= libchewing
.include <bsd.port.mk>