diff options
author | db <db@FreeBSD.org> | 2014-01-08 00:13:43 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2014-01-08 00:13:43 +0800 |
commit | 2de49c24180d325db215bc96eabd0542416bbdc4 (patch) | |
tree | 83e768df2e3cb2f8afdd540685ad2b72736ccde2 /comms | |
parent | a19c8c67aa6cc0f9b9a771d002afa34a1671c876 (diff) | |
download | freebsd-ports-gnome-2de49c24180d325db215bc96eabd0542416bbdc4.tar.gz freebsd-ports-gnome-2de49c24180d325db215bc96eabd0542416bbdc4.tar.zst freebsd-ports-gnome-2de49c24180d325db215bc96eabd0542416bbdc4.zip |
- convert from old USE_ to USES
Diffstat (limited to 'comms')
-rw-r--r-- | comms/fldigi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index c6ccff2a8438..2ef06bc571aa 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -23,8 +23,7 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ USE_CXXSTD= gnu++0x GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pkgconfig compiler:c++11-lib +USES= gmake pkgconfig compiler:c++11-lib CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" \ EXTRA_LIBS="-lexecinfo" MAN1= fldigi.1 |