diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-27 05:29:28 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-27 05:29:28 +0800 |
commit | 07bebd5d7e0628bf01f7c57748c55e6b4b97b24c (patch) | |
tree | c92fad0b9277ae17c1f9fc4045cd47eb24339466 /net-im/telepathy-mission-control | |
parent | 65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9 (diff) | |
download | marcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.tar.gz marcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.tar.zst marcuscom-ports-07bebd5d7e0628bf01f7c57748c55e6b4b97b24c.zip |
USE_PKGCONFIG= was removed inflavoer of USES=pkgconfig
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18394 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-mission-control')
-rw-r--r-- | net-im/telepathy-mission-control/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/telepathy-mission-control/Makefile b/net-im/telepathy-mission-control/Makefile index e713d5c91..05ec0dc2d 100644 --- a/net-im/telepathy-mission-control/Makefile +++ b/net-im/telepathy-mission-control/Makefile @@ -1,6 +1,6 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/net-im/telepathy-mission-control/Makefile 17271 2013-04-01 15:16:27Z kwm $ PORTNAME= telepathy-mission-control PORTVERSION= 5.12.0 @@ -13,8 +13,7 @@ COMMENT= Telepathy component to apps to abstract details of connection managers LIB_DEPENDS= telepathy:${PORTSDIR}/net-im/libtelepathy \ dbus-glib-1:${PORTSDIR}/devel/dbus-glib -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_GNOME= gnomeprefix gconf2 libxslt ltverhack USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include |