diff options
author | asau <asau@pkgsrc.org> | 2012-10-06 14:25:10 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-06 14:25:10 +0000 |
commit | cb73c428889e1f047e4edcfff3556b151aed671d (patch) | |
tree | 45c200d3379d205accaa874327b42408d04214aa /inputmethod/ibus-el | |
parent | 6900f0332e5d18d28c7ab5cc3bf31595f49e1ec1 (diff) | |
download | pkgsrc-cb73c428889e1f047e4edcfff3556b151aed671d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'inputmethod/ibus-el')
-rw-r--r-- | inputmethod/ibus-el/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inputmethod/ibus-el/Makefile b/inputmethod/ibus-el/Makefile index e224d2576ce..10c5f6331f6 100644 --- a/inputmethod/ibus-el/Makefile +++ b/inputmethod/ibus-el/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/03 22:14:02 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/06 14:25:11 asau Exp $ # DISTNAME= ibus-el-0.3.2 @@ -14,8 +14,6 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ibus>=1.2:../../inputmethod/ibus DEPENDS+= ${PYPKGPREFIX}-Xlib-[0-9]*:../../x11/py-Xlib -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # none EMACS_VERSIONS_ACCEPTED= emacs22 emacs23 emacs24 |