summaryrefslogtreecommitdiff
path: root/wm/openbox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/openbox/Makefile')
-rw-r--r--wm/openbox/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile
index 08a39075141..6e3bb0fce97 100644
--- a/wm/openbox/Makefile
+++ b/wm/openbox/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.14 2004/02/14 18:26:29 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2004/02/16 23:00:47 snj Exp $
DISTNAME= openbox-3.1
PKGREVISION= 2
CATEGORIES= wm x11
MASTER_SITES= http://icculus.org/openbox/releases/
-MAINTAINER= snj@pobox.com
+MAINTAINER= snj@NetBSD.org
HOMEPAGE= http://icculus.org/openbox/
COMMENT= Standards compliant, light-weight and extensible window manager
@@ -14,7 +14,7 @@ DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs
DEPENDS+= vera-ttf>=1.10:../../fonts/vera-ttf
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_LIBTOOL= YES
USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
@@ -31,11 +31,11 @@ EGDIR= ${PREFIX}/share/examples/openbox
CONF_FILES= ${EGDIR}/menu.xml ${PKG_SYSCONFDIR}/openbox/menu.xml
CONF_FILES+= ${EGDIR}/rc.xml ${PKG_SYSCONFDIR}/openbox/rc.xml
-.include "../../converters/libiconv/buildlink2.mk"
-.include "../../devel/glib2/buildlink2.mk"
-.include "../../devel/pkgconfig/buildlink2.mk"
-.include "../../fonts/Xft2/buildlink2.mk"
-.include "../../textproc/libxml2/buildlink2.mk"
-.include "../../x11/startup-notification/buildlink2.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../fonts/Xft2/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/startup-notification/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"