diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 08:39:50 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 08:39:50 +0000 |
commit | 76841332f62dac650f1944f02dce736a39e9c4fe (patch) | |
tree | 3af8a629557d42cc5ba51f78c1d07e1e527969fc /net/gtksamba | |
parent | 94b1a6ab89f6a52d7ed2e8ca29667138e5218f50 (diff) | |
download | pkgsrc-76841332f62dac650f1944f02dce736a39e9c4fe.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'net/gtksamba')
-rw-r--r-- | net/gtksamba/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gtksamba/Makefile b/net/gtksamba/Makefile index a39d1a0eff8..b2678f8964c 100644 --- a/net/gtksamba/Makefile +++ b/net/gtksamba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/03 18:49:48 reed Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/25 08:42:00 snj Exp $ # DISTNAME= gtksamba-0.3.2pl1 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.open-systems.com/gtksamba.html COMMENT= Samba configuration tool for X Window System GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes CONFIGURE_ENV+= CFLAGS="-DPREFIX='\"${PREFIX}\"' ${CFLAGS}" post-install: @@ -21,5 +21,5 @@ post-install: @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gtksamba .endfor -.include "../../x11/gnome-libs/buildlink2.mk" +.include "../../x11/gnome-libs/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |