aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs20
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-09-15 19:46:15 +0800
committerasami <asami@FreeBSD.org>1998-09-15 19:46:15 +0800
commitd1fac7b50d149f2bf015727a6a210b5d05776782 (patch)
tree6ed83418dcf67346df14dbfc83651f5197bee4d7 /editors/xemacs20
parent2ce05100c16e7a23ab775f3d6572871aed3d57bc (diff)
downloadfreebsd-ports-graphics-d1fac7b50d149f2bf015727a6a210b5d05776782.tar.gz
freebsd-ports-graphics-d1fac7b50d149f2bf015727a6a210b5d05776782.tar.zst
freebsd-ports-graphics-d1fac7b50d149f2bf015727a6a210b5d05776782.zip
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.)
Diffstat (limited to 'editors/xemacs20')
-rw-r--r--editors/xemacs20/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile
index 48a3dcfeac5..7500154d0dd 100644
--- a/editors/xemacs20/Makefile
+++ b/editors/xemacs20/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
-# $Id: Makefile,v 1.16 1998/06/04 19:21:46 gj Exp $
+# $Id: Makefile,v 1.17 1998/09/15 11:13:05 asami Exp $
#
DISTNAME= xemacs-20.4
@@ -19,7 +19,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE}
MAINTAINER= me@FreeBSD.org
LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm \
- jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
png\\.2\\.:${PORTSDIR}/graphics/png
USE_GMAKE= yes