diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:04:00 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:04:00 +0000 |
| commit | 83021732317b2ba7b8c7b282f63433710942e378 (patch) | |
| tree | 96bf111a2c4bd2fb8f21e7bd11b5e29e623151fd /sysutils/lxinput | |
| parent | Add an explicit dependency on pkgconf (diff) | |
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 |
