diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-08 20:40:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-08 20:40:29 +0000 |
commit | bb23fa3acb03b38cd96e1f9e1290315a6eb0c186 (patch) | |
tree | 7e545bd03460e92fd0120bb5f2baf72f15dbcf04 /comms/mgetty+sendfax | |
parent | 4fd3b6763914dd3495e7472d571f6bfc69a090f7 (diff) | |
download | pkgsrc-bb23fa3acb03b38cd96e1f9e1290315a6eb0c186.tar.gz |
DEPEND on netpbm instead of including its buildlink3.mk file, if you're
not linking against it.
Bump PKGREVISION for packages that (might be|are) changed.
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index a7171b1fc2e..1e27093df82 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.89 2014/05/29 23:35:20 wiz Exp $ +# $NetBSD: Makefile,v 1.90 2014/09/08 20:40:29 wiz Exp $ DISTNAME= mgetty1.1.37-Jun05 PKGNAME= mgetty-1.1.37 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= comms MASTER_SITES= ftp://alpha.greenie.net/pub/mgetty/source/1.1/ @@ -11,6 +11,8 @@ HOMEPAGE= http://mgetty.greenie.net/ COMMENT= Handle external logins, send and receive faxes LICENSE= gnu-gpl-v2 +DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm + MAKE_JOBS_SAFE= no BUILD_DEPENDS+= texi2roff-[0-9]*:../../textproc/texi2roff @@ -87,8 +89,6 @@ SUBST_SED.prefix+= -e 's|/var/log|${VARBASE}/log|' SUBST_STAGE.prefix= pre-configure SUBST_MESSAGE.prefix= Fixing hardcoded installation prefix. -.include "../../graphics/netpbm/buildlink3.mk" - post-extract: cd ${WRKSRC} && cp policy.h-dist policy.h |