summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2003-05-02 13:51:31 +0000
committerwiz <wiz>2003-05-02 13:51:31 +0000
commit6330d106fdc29fd9010ad405f6b360c74cbb73a1 (patch)
treeeaad581f7941834ebae2679b76306c1f419e4b29 /net
parentb560a1bbc329645327a4a9220674a97cbc2242d2 (diff)
downloadpkgsrc-6330d106fdc29fd9010ad405f6b360c74cbb73a1.tar.gz
Convert to buildlink2; add missing gnome-libs dependency.
Diffstat (limited to 'net')
-rw-r--r--net/gtksamba/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/gtksamba/Makefile b/net/gtksamba/Makefile
index 2b0ba359a98..71d287cfda4 100644
--- a/net/gtksamba/Makefile
+++ b/net/gtksamba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/05/02 11:56:05 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2003/05/02 13:51:31 wiz Exp $
#
DISTNAME= gtksamba-0.3.2pl1
@@ -11,10 +11,8 @@ MAINTAINER= packages@NetBSD.org
HOMEPAGE= http://www.open-systems.com/gtksamba.html
COMMENT= Samba configuration tool for X Window System
-DEPENDS+= gtk+>=1.2.10nb4:../../x11/gtk
-
-USE_X11= yes
GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
CONFIGURE_ENV+= CFLAGS="-DPREFIX='\"${PREFIX}\"' ${CFLAGS}"
post-install:
@@ -23,4 +21,5 @@ post-install:
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gtksamba
.endfor
+.include "../../x11/gnome-libs/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"