diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-16 12:04:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-16 12:04:01 +0000 |
commit | 648d192360d889510a734fe3d47968ab2b520aa6 (patch) | |
tree | 4e8faea01254fa0318609899a3eccaf17eb951be /wm/openbox/Makefile | |
parent | ff1a9bce2d2e74f59c13bd1abbd220f03cf11a8f (diff) | |
download | pkgsrc-648d192360d889510a734fe3d47968ab2b520aa6.tar.gz |
Convert to user-destdir.
Diffstat (limited to 'wm/openbox/Makefile')
-rw-r--r-- | wm/openbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 3b36965957c..20f5b3cbe08 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2008/09/16 17:47:57 jakllsch Exp $ +# $NetBSD: Makefile,v 1.52 2009/02/16 12:04:01 wiz Exp $ DISTNAME= openbox-3.4.7.2 PKGREVISION= 1 @@ -13,6 +13,8 @@ COMMENT= Standards compliant, light-weight and extensible window manager DEPENDS+= vera-ttf>=1.10:../../fonts/vera-ttf +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 xdg-1.4 USE_TOOLS+= gmake msgfmt pkg-config |