diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:04:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:04:00 +0800 |
commit | cfb51d057a3d4878b0c7f7fef7d78c84d49810fb (patch) | |
tree | 96bf111a2c4bd2fb8f21e7bd11b5e29e623151fd /sysutils/lxinput | |
parent | 1068ae6edbfdf135636b0c961f416ec77d3fa5d9 (diff) | |
download | freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.tar.gz freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.tar.zst freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'sysutils/lxinput')
-rw-r--r-- | sysutils/lxinput/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/lxinput/Makefile b/sysutils/lxinput/Makefile index 3a8e8caaff85..a07aeff31ad7 100644 --- a/sysutils/lxinput/Makefile +++ b/sysutils/lxinput/Makefile @@ -9,12 +9,11 @@ MASTER_SITES= SF/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput% MAINTAINER= nemysis@gmx.ch COMMENT= Keyboard and mouse config tool from the LXDE project -USES= iconv +USES= iconv gmake pkgconfig USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --prefix=${PREFIX} -USE_GMAKE= yes MAN1= lxinput.1 |