diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-04 15:13:08 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-04 15:13:08 +0800 |
commit | 24f468b2e8e89ae9faa6e1272a1706abdb6cefb9 (patch) | |
tree | 408afb06c7e4129d6e8f60501fb4e130cd199bdb /science | |
parent | 95c0a8a4834c9df62ddf2b734d7febc14654d3bb (diff) | |
download | freebsd-ports-gnome-24f468b2e8e89ae9faa6e1272a1706abdb6cefb9.tar.gz freebsd-ports-gnome-24f468b2e8e89ae9faa6e1272a1706abdb6cefb9.tar.zst freebsd-ports-gnome-24f468b2e8e89ae9faa6e1272a1706abdb6cefb9.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 |