diff options
author | obrien <obrien@FreeBSD.org> | 1997-10-22 06:07:33 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-10-22 06:07:33 +0000 |
commit | 74e1bda29b039e708112d990b9da1f3c595c477c (patch) | |
tree | 5503f1598d000c1b8b81be5d667f3483d907b5ba /mail | |
parent | 3183596545988355a437c4eeeeca1dafec930d39 (diff) | |
download | FreeBSD-ports-74e1bda29b039e708112d990b9da1f3c595c477c.zip FreeBSD-ports-74e1bda29b039e708112d990b9da1f3c595c477c.tar.gz |
Seems this thing wants the xpm port to be installed first.
Obtained from: failed package build on -CURRENT
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 f0e7e44..20df325 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 |