summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gkrellm/Makefile')
-rw-r--r--sysutils/gkrellm/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/gkrellm/Makefile b/sysutils/gkrellm/Makefile
index 16270315f0f..eeed23dbd15 100644
--- a/sysutils/gkrellm/Makefile
+++ b/sysutils/gkrellm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2002/06/07 17:15:57 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2002/08/25 21:50:59 jlam Exp $
#
DISTNAME= gkrellm-1.2.11
@@ -13,13 +13,14 @@ COMMENT= GTK based system monitor
BUILD_USES_MSGFMT= YES
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
+USE_X11= YES
USE_GMAKE= YES
ALL_TARGET= netbsd
INSTALL_TARGET= install_netbsd
-MAKE_ENV+= PTHREAD_INC="-I${BUILDLINK_DIR}/include"
+MAKE_ENV+= PTHREAD_INC="-I${LOCALBASE}/include"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/gkrellm
@@ -28,6 +29,5 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
${INSTALL_DATA_DIR} ${PREFIX}/share/gkrellm/themes
-.include "../../graphics/imlib/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../graphics/imlib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"