summaryrefslogtreecommitdiff
path: root/sysutils/asapm
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 03:20:40 +0000
committersnj <snj>2004-04-25 03:20:40 +0000
commit6d6fbb59e75ac5d4efc96e259d01744960c495ec (patch)
treef5f690dc7034764a7ecccfbcad7088a67b854ab8 /sysutils/asapm
parent5a88712b369b1e21eb15d09361af0d2a4f28b92b (diff)
downloadpkgsrc-6d6fbb59e75ac5d4efc96e259d01744960c495ec.tar.gz
Convert to buildlink3.
Diffstat (limited to 'sysutils/asapm')
-rw-r--r--sysutils/asapm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile
index 5eab8e25a89..8f656ea8a34 100644
--- a/sysutils/asapm/Makefile
+++ b/sysutils/asapm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/04/24 22:46:11 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2004/04/25 03:21:16 snj Exp $
#
DISTNAME= asapm-2.11
@@ -15,7 +15,7 @@ COMMENT= Laptop battery status display for X11
PKG_SKIP_REASON= "APM is not available for ${MACHINE_PLATFORM}"
.endif
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-jpeg # there actually is no JPEG support
@@ -23,5 +23,5 @@ CONFIGURE_ARGS+= --with-xpm
CONFIGURE_ARGS+= --with-xpm-includes=${BUILDLINK_PREFIX.xpm}/include
CONFIGURE_ARGS+= --with-xpm-library=${BUILDLINK_PREFIX.xpm}/lib
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"