diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-09-17 06:29:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-09-17 06:29:25 +0000 |
commit | da5a5df6a138c06028d94a71bc7fb9719bb4c2e4 (patch) | |
tree | bd43ce6875c5c9da9dbc984fecf6f5923979b8a1 /math | |
parent | 87d7864b83004de0ac3a16fc15a05888c8fb64b6 (diff) | |
download | ports-da5a5df6a138c06028d94a71bc7fb9719bb4c2e4.tar.gz ports-da5a5df6a138c06028d94a71bc7fb9719bb4c2e4.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/femlab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/femlab/Makefile b/math/femlab/Makefile index b7910210436a..350b4e1c01d5 100644 --- a/math/femlab/Makefile +++ b/math/femlab/Makefile @@ -3,7 +3,7 @@ # Date created: 19 June 1997 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.3 1997/01/19 02:47:27 obrien Exp $ +# $Id: Makefile,v 1.1.1.1 1997/09/16 07:04:58 tg Exp $ # DISTNAME= femlab-2d-v1.1 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.md.chalmers.se/pub/Femlab/ \ MAINTAINER= giffunip@asme.org -BUILD_DEPENDS= ${PREFIX}/lib/libsx.a:${PORTSDIR}/X11/libsx +BUILD_DEPENDS= ${PREFIX}/lib/libsx.a:${PORTSDIR}/x11/libsx WRKSRC= ${WRKDIR}/${PKGNAME} USE_X11= yes |