diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 21:57:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 21:57:46 +0800 |
commit | d728c236bcb983459ad416cacd956611acd2b66a (patch) | |
tree | 2385ca2e581242ab2b8ec3f2e9883fa9f7c171ef /science | |
parent | ae142ef751bf1fdb6050bfae3d59c433a3da7562 (diff) | |
download | freebsd-ports-gnome-d728c236bcb983459ad416cacd956611acd2b66a.tar.gz freebsd-ports-gnome-d728c236bcb983459ad416cacd956611acd2b66a.tar.zst freebsd-ports-gnome-d728c236bcb983459ad416cacd956611acd2b66a.zip |
- Stage support
- Convert to USES
Diffstat (limited to 'science')
-rw-r--r-- | science/elmer-matc/Makefile | 1 | ||||
-rw-r--r-- | science/libquantum/Makefile | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/science/elmer-matc/Makefile b/science/elmer-matc/Makefile index 7e7733cac109..6ca6c97e24f1 100644 --- a/science/elmer-matc/Makefile +++ b/science/elmer-matc/Makefile @@ -18,7 +18,6 @@ USES= fortran PLIST_SUB= ARCH=${MACHINE_ARCH} -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" diff --git a/science/libquantum/Makefile b/science/libquantum/Makefile index aca35967082f..d098e587dc58 100644 --- a/science/libquantum/Makefile +++ b/science/libquantum/Makefile @@ -11,8 +11,7 @@ COMMENT= C library for quantum computing and quantum simulation GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.mk> |