diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-20 22:51:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-20 22:51:38 +0000 |
commit | d519b6dc3f071903ce1f6e83a43e6c15dd9eec13 (patch) | |
tree | 946c9d02b579a42f13a7f4ec38804f1d6882ae55 /x11/xkeyboard-config/Makefile | |
parent | 04278c1c2c747b6c9498b25fd8a2fd8deb489cfe (diff) | |
download | ports-d519b6dc3f071903ce1f6e83a43e6c15dd9eec13.tar.gz ports-d519b6dc3f071903ce1f6e83a43e6c15dd9eec13.zip |
Notes
Diffstat (limited to 'x11/xkeyboard-config/Makefile')
-rw-r--r-- | x11/xkeyboard-config/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile index ab3721acfc43..469fa64f66bb 100644 --- a/x11/xkeyboard-config/Makefile +++ b/x11/xkeyboard-config/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xkeyboard-config -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= x11 MASTER_SITE_SUBDIR= individual/${XORG_CAT}/${PORTNAME} @@ -17,6 +17,7 @@ USES= gmake pathfix perl5 tar:bzip2 USE_GNOME= intlhack libxslt:build USE_PERL5= build GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-xkb-base=${PREFIX}/share/X11/xkb \ --with-xkb-rules-symlink=xorg |