diff options
author | trevor <trevor@FreeBSD.org> | 2005-03-02 05:51:48 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-03-02 05:51:48 +0800 |
commit | c6535e2fa7f07178532cebeadf49e7309985ea88 (patch) | |
tree | a351c62f6273509c52176a55b38b9bb841d2c8e0 /math | |
parent | 45cc41b90123ddfb02c3ca701d32cc9e5f004e64 (diff) | |
download | freebsd-ports-gnome-c6535e2fa7f07178532cebeadf49e7309985ea88.tar.gz freebsd-ports-gnome-c6535e2fa7f07178532cebeadf49e7309985ea88.tar.zst freebsd-ports-gnome-c6535e2fa7f07178532cebeadf49e7309985ea88.zip |
Respect the user's USE_LINUX setting.
Diffstat (limited to 'math')
-rw-r--r-- | math/dislin/Makefile | 1 | ||||
-rw-r--r-- | math/linux-dislin/Makefile | 1 | ||||
-rw-r--r-- | math/linux-relview/Makefile | 1 | ||||
-rw-r--r-- | math/mupad/Makefile | 2 | ||||
-rw-r--r-- | math/wingz/Makefile | 1 | ||||
-rw-r--r-- | math/wingz3/Makefile | 1 |
6 files changed, 1 insertions, 6 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 diff --git a/math/linux-dislin/Makefile b/math/linux-dislin/Makefile index db4fd1cf6827..29ca9d943ab3 100644 --- a/math/linux-dislin/Makefile +++ b/math/linux-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 diff --git a/math/linux-relview/Makefile b/math/linux-relview/Makefile index 6a51ccc3b9d5..d6a659195797 100644 --- a/math/linux-relview/Makefile +++ b/math/linux-relview/Makefile @@ -18,7 +18,6 @@ COMMENT= An interactive tool for manipulation of relations RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk -USE_LINUX= yes ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes diff --git a/math/mupad/Makefile b/math/mupad/Makefile index f60919e5f632..0b1a17ad87de 100644 --- a/math/mupad/Makefile +++ b/math/mupad/Makefile @@ -20,7 +20,7 @@ COMMENT= A sophisticated computer algebra system BROKEN= Size mismatch NO_CDROM= "unsure to sell for profit" -USE_LINUX= yes +USE_LINUX?= yes ONLY_FOR_ARCHS= i386 INSTALLS_SHLIB= yes diff --git a/math/wingz/Makefile b/math/wingz/Makefile index 0170b467e11f..975b924b34b0 100644 --- a/math/wingz/Makefile +++ b/math/wingz/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XF ONLY_FOR_ARCHS= i386 -USE_LINUX= yes NO_WRKSUBDIR= yes USE_X_PREFIX= yes diff --git a/math/wingz3/Makefile b/math/wingz3/Makefile index 1532e355d721..d0f61b176af9 100644 --- a/math/wingz3/Makefile +++ b/math/wingz3/Makefile @@ -21,7 +21,6 @@ NO_PACKAGE= "nothing to build. commercial software" ONLY_FOR_ARCHS= i386 -USE_LINUX= yes USE_X_PREFIX= yes NO_BUILD= yes |