diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-15 18:05:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-15 18:05:22 +0800 |
commit | bcc9af84c3cb530a18334fe08fe8d66a59ae5281 (patch) | |
tree | 5cd078513e55be0afbac133aa55b1b8d02d48d6b /math | |
parent | a59b37db22f515b87bcd0d3b3a728349a708ea12 (diff) | |
download | freebsd-ports-gnome-bcc9af84c3cb530a18334fe08fe8d66a59ae5281.tar.gz freebsd-ports-gnome-bcc9af84c3cb530a18334fe08fe8d66a59ae5281.tar.zst freebsd-ports-gnome-bcc9af84c3cb530a18334fe08fe8d66a59ae5281.zip |
- Stage support
Diffstat (limited to 'math')
-rw-r--r-- | math/eispack/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 343a14763301..420aad9e6ea4 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -28,7 +28,6 @@ MAKE_ENV+= SHLIB_MAJOR="${SHLIB_MAJOR}" \ OPTIONS_DEFINE= PROFILE -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPROFILE} |