diff options
author | grant <grant@pkgsrc.org> | 2004-02-16 10:41:57 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-16 10:41:57 +0000 |
commit | 56faf25781d4f0be4981036bacaae8715986c8b7 (patch) | |
tree | b2cef5daff095340c4c5e02bfc35ece2851203fe /x11 | |
parent | e2000e39d40b9271adb5f2657df0f04da80d3ac0 (diff) | |
download | pkgsrc-56faf25781d4f0be4981036bacaae8715986c8b7.tar.gz |
bl3ify; fixes build with sunpro.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xbindkeys/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xbindkeys/Makefile.common b/x11/xbindkeys/Makefile.common index 729ead1b843..4062483c3c1 100644 --- a/x11/xbindkeys/Makefile.common +++ b/x11/xbindkeys/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2003/12/03 12:52:59 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.4 2004/02/16 10:41:57 grant Exp $ # DISTNAME= xbindkeys-1.6.5 @@ -12,6 +12,6 @@ COMMENT= Launches shell commands with your keyboard or your mouse DISTINFO_FILE= ${.CURDIR}/../../x11/xbindkeys/distinfo PATCHDIR= ${.CURDIR}/../../x11/xbindkeys/patches -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_X11= yes GNU_CONFIGURE= yes |