summaryrefslogtreecommitdiff
path: root/x11/aterm
diff options
context:
space:
mode:
authorsnj <snj>2004-04-21 04:18:10 +0000
committersnj <snj>2004-04-21 04:18:10 +0000
commitf104a5f0f28fad899f32363730bae4ee65802c8c (patch)
tree84ba414c5bbe01c2cd1f376568e53c568a7ed24b /x11/aterm
parent52018c63bcd3b1c4b190d5b260994f079893a282 (diff)
downloadpkgsrc-f104a5f0f28fad899f32363730bae4ee65802c8c.tar.gz
Convert to buildlink3.
Diffstat (limited to 'x11/aterm')
-rw-r--r--x11/aterm/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile
index 0423a665441..12a9595c52a 100644
--- a/x11/aterm/Makefile
+++ b/x11/aterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/10/25 13:32:59 fredb Exp $
+# $NetBSD: Makefile,v 1.15 2004/04/21 04:19:45 snj Exp $
#
DISTNAME= aterm-0.4.2
@@ -10,7 +10,7 @@ MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://aterm.sourceforge.net/
COMMENT= Aterm (Afterstep XVT) - a VT102 emulator for the X window system
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_X11= YES
GNU_CONFIGURE= YES
@@ -61,8 +61,8 @@ CONFIGURE_ARGS+=--enable-ttygid
SPECIAL_PERMS= ${PREFIX}/bin/aterm ${SETUID_ROOT_PERMS}
.endif
-.include "../../graphics/jpeg/buildlink2.mk"
-.include "../../graphics/png/buildlink2.mk"
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"