diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-21 08:18:14 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-21 08:18:14 +0000 |
commit | f770e0ad3f4c0a4a7a43bd2ef02d1ed0eec6fdc4 (patch) | |
tree | adcb468db6a6f3f462f1bcad50d936919114d6d1 /comms/minicom | |
parent | f40715497ec79562acfac796820aa19884fcd92b (diff) | |
download | pkgsrc-f770e0ad3f4c0a4a7a43bd2ef02d1ed0eec6fdc4.tar.gz |
bl3ify and enable pkgviews installation.
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 25a7fd39f49..bb089b6fe79 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2004/01/22 07:51:12 grant Exp $ +# $NetBSD: Makefile,v 1.39 2004/02/21 08:24:11 minskim Exp $ DISTNAME= minicom-1.83.1.src PKGNAME= ${DISTNAME:S/.src//} @@ -16,8 +16,10 @@ BUILD_USES_MSGFMT= yes DEPENDS+= gkermit-[0-9]*:../../comms/gkermit DEPENDS+= lrzsz-[0-9]*:../../comms/lrzsz +PKG_INSTALLATION_TYPES= overwrite pkgviews + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes USE_GNU_TOOLS+= make @@ -42,5 +44,5 @@ pre-install: ${SH} ${SCRIPTDIR}/create-dev-link .endif -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |