diff options
author | az <az@FreeBSD.org> | 2013-08-04 15:13:08 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-04 15:13:08 +0800 |
commit | 2ff8b43ef94cb8b05b1f233d439bcb2d78e60f56 (patch) | |
tree | 408afb06c7e4129d6e8f60501fb4e130cd199bdb /science | |
parent | 4c0c304cc952da4fc7e27e892279028811e39ebe (diff) | |
download | freebsd-ports-gnome-2ff8b43ef94cb8b05b1f233d439bcb2d78e60f56.tar.gz freebsd-ports-gnome-2ff8b43ef94cb8b05b1f233d439bcb2d78e60f56.tar.zst freebsd-ports-gnome-2ff8b43ef94cb8b05b1f233d439bcb2d78e60f56.zip |
- Fix double usage of USES
Diffstat (limited to 'science')
-rw-r--r-- | science/meep/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/meep/Makefile b/science/meep/Makefile index bccc0efda85a..73ff7f5ef060 100644 --- a/science/meep/Makefile +++ b/science/meep/Makefile @@ -21,10 +21,9 @@ RUN_DEPENDS+= harminv:${PORTSDIR}/science/harminv USE_GMAKE= yes GNU_CONFIGURE= yes -USES= pathfix USE_FORTRAN= yes USE_GCC= 4.6+ -USES= gettext iconv +USES= gettext iconv pathfix USE_AUTOTOOLS+= libltdl CPPFLAGS+= -I${LOCALBASE}/include LD_LIBRARY_PATH= -L${LOCALBASE}/lib -L/usr/lib |