diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 20:41:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 20:41:11 +0000 |
commit | 87b8e67943ee0377802d5feceeeb11112ac24cdd (patch) | |
tree | 866373d5a0bb33a4001d5bb33d6db5580ba0001a /math | |
parent | d8c1385bf27f32be54783e3fef81c327f7c88ca0 (diff) | |
download | ports-87b8e67943ee0377802d5feceeeb11112ac24cdd.tar.gz ports-87b8e67943ee0377802d5feceeeb11112ac24cdd.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 78c53f5f13cb..b1b798219d00 100644 --- a/math/femlab/Makefile +++ b/math/femlab/Makefile @@ -14,9 +14,9 @@ DISTNAME= femlab-2d-v${PORTVERSION} MAINTAINER= giffunip@asme.org -BUILD_DEPENDS= ${PREFIX}/lib/libsx.a:${PORTSDIR}/x11/libsx +BUILD_DEPENDS= ${X11BASE}/lib/libsx.a:${PORTSDIR}/x11/libsx -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME} USE_X_PREFIX= yes FEMLAB_HOME= ${PREFIX}/lib/X11/femlab |