svn commit: r326221 - head/textproc/scim
Antoine Brodin
antoine at FreeBSD.org
Tue Sep 3 19:51:13 UTC 2013
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 at cpsc.ucalgary.ca>
-#
+# Created by: Jie Gao <gaoj at 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}"
More information about the svn-ports-head
mailing list