diff options
author | plunky <plunky> | 2009-03-05 17:44:00 +0000 |
---|---|---|
committer | plunky <plunky> | 2009-03-05 17:44:00 +0000 |
commit | 4af74efeb7931b19f843bd7ce024f457296f3dd0 (patch) | |
tree | 1212db5e2a2366593e2d7201d5bf8c1d4e510237 /wm/icecc | |
parent | ec5b2d8d8250aa18aac51b56556cecd0e2257751 (diff) | |
download | pkgsrc-4af74efeb7931b19f843bd7ce024f457296f3dd0.tar.gz |
add in missing PKG_DESTDIR_SUPPORT
Diffstat (limited to 'wm/icecc')
-rw-r--r-- | wm/icecc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/icecc/Makefile b/wm/icecc/Makefile index 5ef96c1eb7e..9e9d8b1d398 100644 --- a/wm/icecc/Makefile +++ b/wm/icecc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2009/02/09 22:56:27 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2009/03/05 17:44:00 plunky Exp $ # Package version reflects icecc version, with PKGREVISION incremented # for any tool updates, according to the authors scheme. @@ -25,6 +25,8 @@ COMMENT= IceWM Control Centre DEPENDS+= vim-{gtk,gtk2,kde,motif,xaw}>=6.3.0:../../editors/vim-xaw +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake |