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
commitb64bcb6098fd6ba105404f952b972cb4e4c1358a (patch)
tree84ba414c5bbe01c2cd1f376568e53c568a7ed24b /x11/aterm
parentdd6c604ed9f38226806b523f23700f2d697b246a (diff)
downloadpkgsrc-b64bcb6098fd6ba105404f952b972cb4e4c1358a.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"