diff options
author | drochner <drochner> | 2002-10-24 18:35:50 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-10-24 18:35:50 +0000 |
commit | b57d2d9a68f021244576ea7184da37a6ee955052 (patch) | |
tree | 4a2822b90a70fd056264496ef1488b3211527d0e | |
parent | 2ac727fae3ceb76a4aece0ee9a33748a956a2594 (diff) | |
download | pkgsrc-b57d2d9a68f021244576ea7184da37a6ee955052.tar.gz |
convert to buildlink2 (another trivial NO_BUILD case)
-rw-r--r-- | mail/fetchmailconf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 473975df485..7feb849ad92 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2002/09/30 20:51:04 frueauf Exp $ +# $NetBSD: Makefile,v 1.43 2002/10/24 18:35:50 drochner Exp $ DISTNAME= fetchmail-6.1.0 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} @@ -15,6 +15,7 @@ DEPENDS+= ${PKGNAME:S/conf//}:../../mail/fetchmail NO_BUILD= YES USE_X11= YES +USE_BUILDLINK2= yes DISTINFO_FILE= ${.CURDIR}/../../mail/fetchmail/distinfo PATCHDIR= ${.CURDIR}/../../mail/fetchmail/patches @@ -26,5 +27,5 @@ do-install: ${LN} -s fetchmail.1 ${PREFIX}/man/man1/fetchmailconf.1 .include "../../lang/python/application.mk" -.include "../../x11/py-Tk/buildlink.mk" +.include "../../x11/py-Tk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |