diff options
author | gerald <gerald@FreeBSD.org> | 2009-02-08 23:33:15 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-02-08 23:33:15 +0800 |
commit | 8271d3bb9d0837f143613704d6fc9d7a821615ef (patch) | |
tree | da6f2949ad2e938a119d5775b717885858cc53e3 /devel/raknet | |
parent | 1ea0bb73be58361e0ef9a6adec1c76c5e5b03110 (diff) | |
download | freebsd-ports-gnome-8271d3bb9d0837f143613704d6fc9d7a821615ef.tar.gz freebsd-ports-gnome-8271d3bb9d0837f143613704d6fc9d7a821615ef.tar.zst freebsd-ports-gnome-8271d3bb9d0837f143613704d6fc9d7a821615ef.zip |
No longer pass F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk.
Approved by: maintainer (Ganael LAPLANCHE <ganael.laplanche@martymac.com>)
Diffstat (limited to 'devel/raknet')
-rw-r--r-- | devel/raknet/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/raknet/Makefile b/devel/raknet/Makefile index fed8f0c17288..7a71a58a8092 100644 --- a/devel/raknet/Makefile +++ b/devel/raknet/Makefile @@ -21,8 +21,7 @@ USE_FORTRAN= yes USE_AUTOTOOLS= libltdl:15 libtool:15 autoconf:262 GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - F77="${F77}" FFLAGS="${FFLAGS}" + LDFLAGS="-L${LOCALBASE}/lib" USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(cpp|h) |