diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
commit | 9346b215f04cc84bbb7125ff2fcf03978f859a21 (patch) | |
tree | 73bea5baa559b61c5e812c50ac96fad638950c75 /x11-wm/skippy-xd | |
parent | 49ac3accb4fc378c681317849f4ae94655a61423 (diff) |
Notes
Diffstat (limited to 'x11-wm/skippy-xd')
-rw-r--r-- | x11-wm/skippy-xd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/skippy-xd/Makefile b/x11-wm/skippy-xd/Makefile index 8b7c1f2d8244..582339a057b4 100644 --- a/x11-wm/skippy-xd/Makefile +++ b/x11-wm/skippy-xd/Makefile @@ -14,11 +14,11 @@ MASTER_SITES= http://cdn.thegraveyard.org/releases/skippy/ MAINTAINER= ports@FreeBSD.org COMMENT= A full-screen X11 task-switcher like Apple's Expose -BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 \ - pkg-config>0:${PORTSDIR}/devel/pkg-config +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 USE_BZIP2= yes USE_XORG= x11 xft xcomposite xdamage xfixes xrender xinerama xext xmu +USE_PKGCONFIG= yes PLIST_FILES= bin/skippy-xd \ %%DATADIR%%/skippy-xd.rc-default PLIST_DIRS= %%DATADIR%% |