From 1d035f8ce4439fa20f0375588a5046dc94a84946 Mon Sep 17 00:00:00 2001 From: asami Date: Sun, 29 Nov 1998 13:09:40 +0000 Subject: One last missing xpm dependency. --- math/siag/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/siag/Makefile b/math/siag/Makefile index 3a4bc5426eb1..19ceba0df77b 100644 --- a/math/siag/Makefile +++ b/math/siag/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Jan 1998 # Whom: ports@freebsd.org # -# $Id: Makefile,v 1.9 1998/09/27 20:12:47 steve Exp $ +# $Id: Makefile,v 1.10 1998/10/01 06:12:15 steve Exp $ # DISTNAME= siag-2.80 @@ -13,7 +13,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tsiag-2.80.tar.gz MAINTAINER= ports@freebsd.org -LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \ + Xpm.4:${PORTSDIR}/graphics/xpm USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/siag -- cgit