summaryrefslogtreecommitdiff
path: root/security/gtk-systrace
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-01 20:07:59 +0000
committerjlam <jlam@pkgsrc.org>2005-06-01 20:07:59 +0000
commit2bb24f15f17cde7494cc69e5dac941f474ec8605 (patch)
tree77aa2e325b82a73660278dbb13238e6aac0adca7 /security/gtk-systrace
parenta78a94a4f6f91c29d1969aa948a3f809f479fc73 (diff)
downloadpkgsrc-2bb24f15f17cde7494cc69e5dac941f474ec8605.tar.gz
Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
Diffstat (limited to 'security/gtk-systrace')
-rw-r--r--security/gtk-systrace/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/security/gtk-systrace/Makefile b/security/gtk-systrace/Makefile
index d954dbf6be5..d58da19526c 100644
--- a/security/gtk-systrace/Makefile
+++ b/security/gtk-systrace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:47:12 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/01 20:08:01 jlam Exp $
#
DISTNAME= gtk-systrace-2002-12-01
@@ -16,14 +16,10 @@ ONLY_FOR_PLATFORM= NetBSD-1.6[H-Z]*-* NetBSD-[2-9]*
WRKSRC= ${WRKDIR}/notification-0.1
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
+USE_TOOLS+= automake
pre-configure:
- cd ${WRKSRC} && \
- ${ACLOCAL} && \
- ${AUTOHEADER} && \
- ${AUTOCONF} && \
- ${AUTOMAKE} -acf
+ cd ${WRKSRC} && aclocal && autoheader && autoconf && automake -acf
.include "../../x11/gtk/buildlink3.mk"
-.include "../../mk/automake.mk"
.include "../../mk/bsd.pkg.mk"