summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-12-17 10:16:28 +0000
committersbd <sbd@pkgsrc.org>2011-12-17 10:16:28 +0000
commitcf5426a125354d378722f059f1a75d25a251c083 (patch)
tree4861f97b4a43c5b13d5b961641911a6a03571736 /net
parente710c187705a350ad42c8d3ea1bccbf28c890148 (diff)
downloadpkgsrc-cf5426a125354d378722f059f1a75d25a251c083.tar.gz
Add missing mk/curses buildlink.
Bump PKGREVISION
Diffstat (limited to 'net')
-rw-r--r--net/proftpd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile
index e51be631b89..e6dadcacfcd 100644
--- a/net/proftpd/Makefile
+++ b/net/proftpd/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2011/11/16 09:05:03 obache Exp $
+# $NetBSD: Makefile,v 1.66 2011/12/17 10:16:28 sbd Exp $
DISTNAME= proftpd-1.3.3g
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
ftp://ftp.servus.at/ProFTPD/distrib/source/ \
@@ -62,4 +63,5 @@ post-install:
${DESTDIR}${PREFIX}/share/examples/proftpd
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"