diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/xmgr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index b7130218b9de..477af69d07f9 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -3,7 +3,7 @@ # Date created: So 2 Mär 1997 12:11:43 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.9 1998/08/07 23:56:35 asami Exp $ +# $Id: Makefile,v 1.10 1998/09/21 21:41:17 steve Exp $ # DISTNAME= xmgr-4.1.1 @@ -15,6 +15,8 @@ MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ \ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE +BROKEN_ELF= build + BUILD_DEPENDS= ${X11BASE}/lib/libhlpclient.a:${PORTSDIR}/x11/libhelp \ ${LOCALBASE}/lib/libmfhdf.a:${PORTSDIR}/graphics/hdf LIB_DEPENDS= Xbae.6:${PORTSDIR}/x11-toolkits/xbae |