diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 04:41:11 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 04:41:11 +0800 |
commit | b37e0473ce6a75faea9321fd04d169fcc03bfaf6 (patch) | |
tree | 28e3af65b51a6d711b633c6b81bd66c9cc7af6a6 /math/femlab | |
parent | 258f843e4afbf43180d259eea80cb832ba1c30ea (diff) | |
download | freebsd-ports-graphics-b37e0473ce6a75faea9321fd04d169fcc03bfaf6.tar.gz freebsd-ports-graphics-b37e0473ce6a75faea9321fd04d169fcc03bfaf6.tar.zst freebsd-ports-graphics-b37e0473ce6a75faea9321fd04d169fcc03bfaf6.zip |
PREFIX -> X11BASE (portlint)
Diffstat (limited to 'math/femlab')
-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 78c53f5f13c..b1b798219d0 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 |