diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-04 03:51:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-04 03:51:12 +0800 |
commit | 91da5958acbd89a7c41893f81759b73d1068fb69 (patch) | |
tree | 5057a829639c35fae891cc867c4d36e69a9afc47 | |
parent | d72a56b589a69ec5edfa24366270988ef96c9311 (diff) | |
download | freebsd-ports-gnome-91da5958acbd89a7c41893f81759b73d1068fb69.tar.gz freebsd-ports-gnome-91da5958acbd89a7c41893f81759b73d1068fb69.tar.zst freebsd-ports-gnome-91da5958acbd89a7c41893f81759b73d1068fb69.zip |
Add an explicit dependency on pkgconf
(needed for detection of gtk)
Obtained from: portmgr (bapt)
-rw-r--r-- | textproc/scim/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
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 <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 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}" |