diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-01 21:51:48 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-01 21:51:48 +0000 |
commit | e66743b7d5c663a5e3a9a9e67d3fe5dd1e764458 (patch) | |
tree | 7936caa341865bdd86dc776b23c0391475d35f91 /math/dislin | |
parent | Ugrade to 1.3.5. (diff) |
Respect the user's USE_LINUX setting.
Notes
Notes:
svn path=/head/; revision=130124
Diffstat (limited to 'math/dislin')
-rw-r--r-- | math/dislin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/dislin/Makefile b/math/dislin/Makefile index db4fd1cf6827..29ca9d943ab3 100644 --- a/math/dislin/Makefile +++ b/math/dislin/Makefile @@ -19,7 +19,6 @@ COMMENT= A scientific data plotting package RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs -USE_LINUX= yes ONLY_FOR_ARCHS= i386 alpha NO_BUILD= yes INSTALLS_SHLIB= yes |