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 | 2719b4aab022b4edd5e24adb0c8fbbb6993f1bc2 (patch) | |
tree | e0e1265fea8dfe08ea202460d86bd3af4d009570 /wm | |
parent | 0a4c0342cd539701115cbb564aab940e3818a83c (diff) | |
download | pkgsrc-2719b4aab022b4edd5e24adb0c8fbbb6993f1bc2.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 |