diff options
author | asami <asami@FreeBSD.org> | 1998-09-15 19:13:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-15 19:13:39 +0800 |
commit | 68221444daa013e684b5334d37d55565175fed1d (patch) | |
tree | d96610714a6438be01ab49cf89bf0ca0c57ef0d2 /mail/xfaces | |
parent | a79cffbbecebeb653045fb194e0cbd2bbf0cbdb2 (diff) | |
download | freebsd-ports-gnome-68221444daa013e684b5334d37d55565175fed1d.tar.gz freebsd-ports-gnome-68221444daa013e684b5334d37d55565175fed1d.tar.zst freebsd-ports-gnome-68221444daa013e684b5334d37d55565175fed1d.zip |
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
Diffstat (limited to 'mail/xfaces')
-rw-r--r-- | mail/xfaces/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile index 7f7c391426f9..82f7aa7f4c06 100644 --- a/mail/xfaces/Makefile +++ b/mail/xfaces/Makefile @@ -5,7 +5,7 @@ # With some # modifications from: Andreas Klemm <andreas@FreeBSD.ORG> # -# $Id: Makefile,v 1.8 1997/11/17 18:47:51 max Exp $ +# $Id: Makefile,v 1.9 1998/03/14 20:29:39 vanilla Exp $ # DISTNAME= xfaces-3.3 @@ -19,7 +19,7 @@ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE BUILD_DEPENDS= ${X11BASE}/lib/libaudio.a:${PORTSDIR}/audio/nas LIB_DEPENDS= compface\\.1\\.:${PORTSDIR}/mail/faces \ - Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + Xpm.5:${PORTSDIR}/graphics/xpm USE_IMAKE= YES |