summaryrefslogtreecommitdiff
path: root/print/gv
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-01-30 13:56:55 +0000
committeragc <agc@pkgsrc.org>1998-01-30 13:56:55 +0000
commitae35b6154807dcc8e7b52b4af95aea0d3dc32d64 (patch)
treeb79d1031fdf80bdda3abcf954902b18169651274 /print/gv
parent517e21a42cdd21bd90f199e6eda56f3bba08c105 (diff)
downloadpkgsrc-ae35b6154807dcc8e7b52b4af95aea0d3dc32d64.tar.gz
Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
Diffstat (limited to 'print/gv')
-rw-r--r--print/gv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
index baf71064683..b539cfbab7c 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -3,7 +3,7 @@
# Date created: Nov 1997
# Whom: soren@t.dk
#
-# $NetBSD: Makefile,v 1.4 1998/01/19 11:30:32 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/01/30 13:58:03 agc Exp $
# FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp
#
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/
MAINTAINER= ports@freebsd.org
-LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d
+LIB_DEPENDS= Xaw3d.6.:${PORTSDIR}/x11/Xaw3d
RUN_DEPENDS= ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript5
USE_IMAKE= yes