diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:27:53 +0800 |
commit | 4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c (patch) | |
tree | 30e09432cf3af70c596ec1833bdb863b62a6ce3b /chinese | |
parent | 9c33e295efb15d3d43d6d2f7757380c4aab0f3fc (diff) | |
download | freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.gz freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.tar.zst freebsd-ports-gnome-4ba03e55e7e7b9ee9e2df5445c34fa5e7e3baf3c.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/wenju/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chinese/wenju/Makefile b/chinese/wenju/Makefile index d802c0e1dc11..8b377731e395 100644 --- a/chinese/wenju/Makefile +++ b/chinese/wenju/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wenju -# Date created: 18 Oct 2003 -# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> -# +# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> # $FreeBSD$ -# PORTNAME= wenju PORTVERSION= 1.6 @@ -14,6 +10,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Collection of writing tools in Chinese +USES= pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_LDCONFIG= yes |