diff options
author | wiz <wiz> | 2002-10-21 15:35:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-21 15:35:42 +0000 |
commit | 8d9bc67025933bfb5644bc5a3b2cdcb35b1159dc (patch) | |
tree | e356dc0b47e5b843fbe51f4d61a0064c0afa62e8 /x11/gdm | |
parent | eba8d5cdd7a5f68c7c2547f8d11f762dd8162114 (diff) | |
download | pkgsrc-8d9bc67025933bfb5644bc5a3b2cdcb35b1159dc.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'x11/gdm')
-rw-r--r-- | x11/gdm/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index c4beb8ab939..92aad8abf81 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2002/10/19 10:55:00 rh Exp $ +# $NetBSD: Makefile,v 1.30 2002/10/21 15:43:28 wiz Exp $ DISTNAME= gdm-2.2.0 PKGREVISION= 2 @@ -11,17 +11,12 @@ MAINTAINER= mjl@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= Gnome Display Manager - a re-implementation of the xdm program -DEPENDS+= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs -DEPENDS+= libglade>=0.17nb1:../../devel/libglade - EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -GNU_CONFIGURE= yes -USE_X11BASE= yes -USE_LIBINTL= YES +USE_BUILLDINK2= YES +GNU_CONFIGURE= YES +USE_X11BASE= YES -CPPFLAGS= -I${LOCALBASE}/include -LIBS= -lintl LOCALSTATEDIR= /var/gnome EVAL_PREFIX+= KDEBASEDIR=kdebase @@ -116,4 +111,7 @@ post-install: ${LN} -fs Gnome ${GDMCFGDIR}/Sessions/Default ${INSTALL_SCRIPT} ${WRKDIR}/gdm ${PREFIX}/etc/rc.d/ +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/libglade/buildlink2.mk" +.include "../../x11/gnome-libs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |