summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-15 11:46:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-15 11:46:15 +0000
commit4dc064b0c51daf8a534869cf647ddda8f27693df (patch)
treeffea49d9cc67b8576749be804de23181e7a3f61a /print
parentUpgrade to 0.74, and use gtk11 now. (diff)
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp support.)
Notes
Notes: svn path=/head/; revision=13147
Diffstat (limited to 'print')
-rw-r--r--print/transfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile
index 94ca739e655b..5453159df211 100644
--- a/print/transfig/Makefile
+++ b/print/transfig/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 August 1996
# Whom: chuckr@freebsd.org
#
-# $Id: Makefile,v 1.18 1998/05/04 20:23:15 jseger Exp $
+# $Id: Makefile,v 1.19 1998/09/15 11:13:31 asami Exp $
#
DISTNAME= transfig.3.2
@@ -16,7 +16,7 @@ DISTFILES= transfig.3.2.tar.gz transfig.3.2.ja_JP.EUC.ps.gz
MAINTAINER= chuckr@freebsd.org
LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm \
- jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg
+ jpeg.9:${PORTSDIR}/graphics/jpeg
RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm
USE_IMAKE= yes