Date: Tue, 3 Sep 2013 19:51:13 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326221 - head/textproc/scim Message-ID: <201309031951.r83JpDGT074393@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Sep 3 19:51:12 2013 New Revision: 326221 URL: http://svnweb.freebsd.org/changeset/ports/326221 Log: Add an explicit dependency on pkgconf (needed for detection of gtk) Obtained from: portmgr (bapt) Modified: head/textproc/scim/Makefile Modified: head/textproc/scim/Makefile ============================================================================== --- head/textproc/scim/Makefile Tue Sep 3 19:45:46 2013 (r326220) +++ head/textproc/scim/Makefile Tue Sep 3 19:51:12 2013 (r326221) @@ -1,9 +1,5 @@ -# New ports collection makefile for: scim -# Date created: 20 May 2004 -# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca> -# +# Created by: Jie Gao <gaoj@cpsc.ucalgary.ca> # $FreeBSD$ -# PORTNAME= scim PORTVERSION= 1.4.9 @@ -18,10 +14,9 @@ USE_GNOME= gnomehack gnomehier gtk20 int 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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031951.r83JpDGT074393>