diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-15 15:17:25 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-15 15:17:25 +0000 |
commit | c4b0202b7c16b74042935c5153454e33502001c4 (patch) | |
tree | e0e1265fea8dfe08ea202460d86bd3af4d009570 /wm | |
parent | 2f4e3275a3ede963aa5369cc191481be1403b8a6 (diff) | |
download | pkgsrc-c4b0202b7c16b74042935c5153454e33502001c4.tar.gz |
Use GNU make to let this build under 1.6.2. Found by latest kristerw@'s
bulk build.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/openbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 015d70055ea..00a9c877b51 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/03/08 19:40:43 jmmv Exp $ +# $NetBSD: Makefile,v 1.17 2004/03/15 15:17:25 jmmv Exp $ DISTNAME= openbox-3.1 PKGREVISION= 3 @@ -15,6 +15,7 @@ DEPENDS+= vera-ttf>=1.10:../../fonts/vera-ttf GNU_CONFIGURE= YES USE_BUILDLINK3= YES +USE_GNU_TOOLS+= make USE_LIBTOOL= YES USE_PKGINSTALL= YES USE_PKGLOCALEDIR= YES |