diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-12 08:41:52 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-12 08:41:52 +0000 |
commit | d834ce47a7324cf5ac95a4864df085b958ef1584 (patch) | |
tree | 31b199459d3b19a782a3899ddf47e20ba006233d /x11-wm | |
parent | adb28aab1619ef2e89d0f59d12577e7e5addbbe4 (diff) | |
download | ports-d834ce47a7324cf5ac95a4864df085b958ef1584.tar.gz ports-d834ce47a7324cf5ac95a4864df085b958ef1584.zip |
Add explicit dependency on pkgconf (20 ports)
Approved by: portmgr (bapt, implicit)
Notes
Notes:
svn path=/head/; revision=327041
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/simple-ccsm/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-wm/simple-ccsm/Makefile b/x11-wm/simple-ccsm/Makefile index 66abe830d406..4a64ec108a72 100644 --- a/x11-wm/simple-ccsm/Makefile +++ b/x11-wm/simple-ccsm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: simple-ccsm -# Date created: 2008-09-21 -# Whom: Robert Noland <rnoland@FreeBSD.org> -# +# Created by: Robert Noland <rnoland@FreeBSD.org> # $FreeBSD$ -# PORTNAME= simple-ccsm PORTVERSION= 0.8.4 @@ -17,8 +13,7 @@ COMMENT= A Python/GTK based settings manager for CompizConfig RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:${PORTSDIR}/x11-wm/compizconfig-python USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= pygtk2 USE_PYTHON= -2.7 |