diff options
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 78c53f5..b1b7982 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 |