diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-09-28 19:58:05 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-09-28 19:58:05 +0000 |
commit | 7e9325194e8af503e2ad3661dca529d80fb64148 (patch) | |
tree | 892dc39e53e818c6effc879d67080d5a7cb1c3eb /x11-wm/simple-ccsm/Makefile | |
parent | d76c6bb64e5ec2e9a46ee1a1a9c3eb98260397d2 (diff) | |
download | ports-7e9325194e8af503e2ad3661dca529d80fb64148.tar.gz ports-7e9325194e8af503e2ad3661dca529d80fb64148.zip |
Notes
Diffstat (limited to 'x11-wm/simple-ccsm/Makefile')
-rw-r--r-- | x11-wm/simple-ccsm/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-wm/simple-ccsm/Makefile b/x11-wm/simple-ccsm/Makefile index 83011ed2c771..da827ddeef85 100644 --- a/x11-wm/simple-ccsm/Makefile +++ b/x11-wm/simple-ccsm/Makefile @@ -12,11 +12,8 @@ COMMENT= Python/GTK based settings manager for CompizConfig RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:${PORTSDIR}/x11-wm/compizconfig-python -USES= gettext gmake pkgconfig tar:bzip2 +USES= gettext gmake pkgconfig python:2 tar:bzip2 USE_GNOME= pygtk2 -USE_PYTHON= 2 - -INSTALLS_EGGINFO= yes INSTALLS_ICONS= yes |