summaryrefslogtreecommitdiff
path: root/x11/gtkstep
diff options
context:
space:
mode:
authorwiz <wiz>2003-05-03 21:01:53 +0000
committerwiz <wiz>2003-05-03 21:01:53 +0000
commitcfedb817d4bde14ee750dc34e93c7fe353600af9 (patch)
treea7046cf4590763c02e8cfdb95d6fa0b32a5909cc /x11/gtkstep
parent1a4bd22797cd5bd5a24147a4c3b307c1eb9f2f4c (diff)
downloadpkgsrc-cfedb817d4bde14ee750dc34e93c7fe353600af9.tar.gz
Convert to buildlink2.
Don't use X11BASE; bump PKGREVISION.
Diffstat (limited to 'x11/gtkstep')
-rw-r--r--x11/gtkstep/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11/gtkstep/Makefile b/x11/gtkstep/Makefile
index 4bbee4359ab..c293e7dade0 100644
--- a/x11/gtkstep/Makefile
+++ b/x11/gtkstep/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2003/05/02 11:57:09 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2003/05/03 21:01:53 wiz Exp $
DISTNAME= gtkstep-1.10
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://ulli.linuxave.net/gtkstep/
EXTRACT_SUFX= .tar.bz2
@@ -10,16 +10,15 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://ulli.linuxave.net/gtkstep/index.html
COMMENT= GTK theme-engine to yield a NEXTSTEP(tm) look and feel
-DEPENDS+= gtk+>=1.2.10nb4:../../x11/gtk
-
+USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
-USE_X11BASE= # defined
USE_LIBTOOL= # defined
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
post-install:
${RM} -f ${PREFIX}/share/themes/Step/gtk/gtkrc.in
${INSTALL_DATA} ${WRKSRC}/step/Theme/gtk/gtkrc \
${PREFIX}/share/themes/Step/gtk
+.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"