From 91da5958acbd89a7c41893f81759b73d1068fb69 Mon Sep 17 00:00:00 2001 From: antoine Date: Tue, 3 Sep 2013 19:51:12 +0000 Subject: Add an explicit dependency on pkgconf (needed for detection of gtk) Obtained from: portmgr (bapt) --- textproc/scim/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'textproc/scim') diff --git a/textproc/scim/Makefile b/textproc/scim/Makefile index 8b4ab364a99f..7efe79eb3b4f 100644 --- a/textproc/scim/Makefile +++ b/textproc/scim/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: scim -# Date created: 20 May 2004 -# Whom: Jie Gao -# +# Created by: Jie Gao # $FreeBSD$ -# PORTNAME= scim PORTVERSION= 1.4.9 @@ -18,10 +14,9 @@ USE_GNOME= gnomehack gnomehier gtk20 intlhack USE_AUTOTOOLS= libtool USE_GCC= any -USE_GMAKE= yes USE_XORG= x11 xpm USE_LDCONFIG= yes -USES= gettext iconv +USES= gettext gmake iconv pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" -- cgit