diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-15 12:27:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-15 12:27:30 +0000 |
commit | 2d9b5a640b61146297285b94093ac6e62d7c238d (patch) | |
tree | 72429f7830052f2a851cc4d2b985d9f8ef191f1c /chinese/gcin | |
parent | Update uriparser to 0.7.9. (diff) |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=327338
Diffstat (limited to 'chinese/gcin')
-rw-r--r-- | chinese/gcin/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile index 3b6ec438a1a2..083ad1d795ca 100644 --- a/chinese/gcin/Makefile +++ b/chinese/gcin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-gcin -# Date created: Feb 18 2004 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD$ -# PORTNAME= gcin PORTVERSION= 2.8.0 @@ -22,7 +18,7 @@ USE_XZ= YES HAS_CONFIGURE= YES CONFIGURE_ARGS+= --use_gtk3=N --use_qt3=N USE_GNOME= gtk20 -USE_GMAKE= YES +USES= gmake pkgconfig USE_XORG= x11 xtst xext INSTALLS_ICONS= YES USE_LDCONFIG= YES |