diff options
author | tv <tv@pkgsrc.org> | 1998-08-03 18:01:30 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-08-03 18:01:30 +0000 |
commit | 71fa04e86267888d1e3151f426cdd9db0015ee28 (patch) | |
tree | db3e4477ee2ff3587ecca724b71fcefdffeaace2 /graphics/xpdf | |
parent | 1a262a0c684ce9c67040435cad4d6781b0d7e498 (diff) | |
download | pkgsrc-71fa04e86267888d1e3151f426cdd9db0015ee28.tar.gz |
portlint: remove FreeBSD comments, change LIB_DEPENDS to DEPENDS.
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 000715c9ced..7a2fd42d7a3 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: xpdf -# Version required: 0.7a -# Date created: 02 Feb 1996 -# Whom: chuckr@glue.umd.edu -# # FreeBSD Id: Makefile,v 1.12 1998/03/11 03:08:12 vanilla Exp -# $NetBSD: Makefile,v 1.1 1998/07/25 01:46:56 tsarna Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/03 18:01:30 tv Exp $ +# DISTNAME= xpdf-0.7a CATEGORIES= graphics print @@ -12,7 +8,7 @@ MASTER_SITES= ftp://ftp.aimnet.com/pub/users/derekn/xpdf/ MAINTAINER= tsarna@netbsd.org -LIB_DEPENDS= Xpm.4.:../xpm +DEPENDS= xpm-3.4k:../../graphics/xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gzip |