diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 22:40:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 22:40:03 +0800 |
commit | 53340f08eb1761f353b502be492d0e2387c9da24 (patch) | |
tree | 1fc5cf557f26c30d0e35ecd446a27d6b916ba967 /science/libint | |
parent | d05447e43fdb0c1ddf9274b37c9243a52c73926c (diff) | |
download | freebsd-ports-gnome-53340f08eb1761f353b502be492d0e2387c9da24.tar.gz freebsd-ports-gnome-53340f08eb1761f353b502be492d0e2387c9da24.tar.zst freebsd-ports-gnome-53340f08eb1761f353b502be492d0e2387c9da24.zip |
- Convert gmake to USES
Approved by: portmgr
Diffstat (limited to 'science/libint')
-rw-r--r-- | science/libint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/libint/Makefile b/science/libint/Makefile index 07b8f8dc3897..b123640317f7 100644 --- a/science/libint/Makefile +++ b/science/libint/Makefile @@ -9,8 +9,7 @@ MASTER_SITES= http://www.files.chem.vt.edu/chem-dept/valeev/software/libint/src/ MAINTAINER= maho@FreeBSD.org COMMENT= Evaluate the integrals in modern atomic and molecular theory -USES= perl5 -USE_GMAKE= yes +USES= perl5 gmake USE_LDCONFIG= yes ALL_TARGET= # empty |