diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 06:33:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 06:33:35 +0800 |
commit | 17f484d1a494128650d41ec27c0b75b94e465e5f (patch) | |
tree | ac456444b3d2e5fd5653458f6691bceef8cc0092 /x11-wm/i3 | |
parent | aefc9ed3a3a226316bc776cbe93cfd9c3d036d28 (diff) | |
download | freebsd-ports-gnome-17f484d1a494128650d41ec27c0b75b94e465e5f.tar.gz freebsd-ports-gnome-17f484d1a494128650d41ec27c0b75b94e465e5f.tar.zst freebsd-ports-gnome-17f484d1a494128650d41ec27c0b75b94e465e5f.zip |
Convert my ports to use the new USES=pkgconfig
Diffstat (limited to 'x11-wm/i3')
-rw-r--r-- | x11-wm/i3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index 4eda2f3cb8f2..0fc29db85597 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -31,11 +31,10 @@ RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ USE_PERL5_RUN= yes USE_XORG= x11 xcursor -USES= bison +USES= bison pkgconfig USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes -USE_PKGCONFIG= build MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/i3 \ |