diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-22 06:07:33 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-22 06:07:33 +0000 |
commit | f1e2854159bff962873f31da76dc77419e40ef4a (patch) | |
tree | c6f5f935cd5913d98cc2ec7dee53530defa1535f /mail | |
parent | c6f00c975a2f23de4408e5486bd86c09b4a9a37d (diff) | |
download | ports-f1e2854159bff962873f31da76dc77419e40ef4a.tar.gz ports-f1e2854159bff962873f31da76dc77419e40ef4a.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfaces/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile index f0e7e443a310..20df32569b4a 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.5 1996/12/19 12:08:02 asami Exp $ +# $Id: Makefile,v 1.6 1997/04/30 03:18:05 asami Exp $ # DISTNAME= xfaces-3.3 @@ -19,7 +19,8 @@ DISTFILES= ${DISTNAME}.tar.Z xfaces-sounds.tar.gz MAINTAINER= Lars_Koeller@odie.physik2.uni-rostock.de BUILD_DEPENDS= ${X11BASE}/lib/libaudio.a:${PORTSDIR}/audio/nas -LIB_DEPENDS= compface\\.1\\.:${PORTSDIR}/mail/faces +LIB_DEPENDS= compface\\.1\\.:${PORTSDIR}/mail/faces \ + Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_IMAKE= YES |