diff options
author | jseger <jseger@FreeBSD.org> | 1998-12-13 06:27:21 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-12-13 06:27:21 +0800 |
commit | 74285938c2364ffe8c7efa0a45ae5c88450a3755 (patch) | |
tree | b6fdc4c5b624773f1720e803027f0b8b03419f1f /math/xmgr/Makefile | |
parent | 663fa9761f4b22aba49bb7c2c432fc290b06a449 (diff) | |
download | freebsd-ports-graphics-74285938c2364ffe8c7efa0a45ae5c88450a3755.tar.gz freebsd-ports-graphics-74285938c2364ffe8c7efa0a45ae5c88450a3755.tar.zst freebsd-ports-graphics-74285938c2364ffe8c7efa0a45ae5c88450a3755.zip |
Make this build under ELF.
PR: ports/9025
Submitted by: root@cache-t.hrz.uni-bielefeld.de
Diffstat (limited to 'math/xmgr/Makefile')
-rw-r--r-- | math/xmgr/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index 726934ad2a4..a3a47e1ae62 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.11 1998/09/27 20:18:19 steve Exp $ +# $Id: Makefile,v 1.12 1998/10/28 17:04:20 fenner Exp $ # DISTNAME= xmgr-4.1.1 @@ -15,8 +15,6 @@ 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 @@ -32,4 +30,10 @@ CONFIGURE_ARGS= -prefix=${X11BASE} \ ALL_TARGET= INSTALL_TARGET= install links +post-patch: + mv ${WRKSRC}/configure ${WRKSRC}/configure.input + sed "s%__MOTIFLIB__%${MOTIFLIB}%" ${WRKSRC}/configure.input > ${WRKSRC}/configure + rm -f ${WRKSRC}/configure.input + chmod 755 ${WRKSRC}/configure + .include <bsd.port.mk> |