diff options
author | steve <steve@FreeBSD.org> | 1998-09-21 09:59:20 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-21 09:59:20 +0800 |
commit | ba12c4b4cde31dfb16de2d96dad71f83fd4e9526 (patch) | |
tree | 364f1b3f672a63e6bf1fb932609534faee73d9e5 | |
parent | b48ea22831973fd2d0476fc584f59b415830b4d4 (diff) | |
download | freebsd-ports-gnome-ba12c4b4cde31dfb16de2d96dad71f83fd4e9526.tar.gz freebsd-ports-gnome-ba12c4b4cde31dfb16de2d96dad71f83fd4e9526.tar.zst freebsd-ports-gnome-ba12c4b4cde31dfb16de2d96dad71f83fd4e9526.zip |
Remove regexp support compface since it now builds ELF too.
-rw-r--r-- | mail/xfaces/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile index fa5db7559682..e2b267324be0 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.10 1998/09/15 11:13:28 asami Exp $ +# $Id: Makefile,v 1.11 1998/09/17 00:32:45 asami Exp $ # DISTNAME= xfaces-3.3 @@ -17,8 +17,8 @@ DISTFILES= ${DISTNAME}.tar.Z xfaces-sounds.tar.gz MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE -BUILD_DEPENDS= ${X11BASE}/lib/libaudio.a:${PORTSDIR}/audio/nas -LIB_DEPENDS= compface\\.1\\.:${PORTSDIR}/mail/faces \ +BUILD_DEPENDS= ${X11BASE}/lib/libaudio.a:${PORTSDIR}/audio/nas +LIB_DEPENDS= compface.1:${PORTSDIR}/mail/faces \ Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= YES |