diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 14:34:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 14:34:47 +0800 |
commit | 95ea403f649d35f0c39296eb2099ac8f61130d59 (patch) | |
tree | b30102687ef5c1ab28ebc1ef135357c7ae631a39 /comms/rtl-sdr/Makefile | |
parent | 8b0c2acbd6e47f443b9e3d1ce8001fa4e579caef (diff) | |
download | freebsd-ports-gnome-95ea403f649d35f0c39296eb2099ac8f61130d59.tar.gz freebsd-ports-gnome-95ea403f649d35f0c39296eb2099ac8f61130d59.tar.zst freebsd-ports-gnome-95ea403f649d35f0c39296eb2099ac8f61130d59.zip |
Convert all c categories to USE=pkgconfig
Diffstat (limited to 'comms/rtl-sdr/Makefile')
-rw-r--r-- | comms/rtl-sdr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/rtl-sdr/Makefile b/comms/rtl-sdr/Makefile index b745456647f2..a46ee8390ca3 100644 --- a/comms/rtl-sdr/Makefile +++ b/comms/rtl-sdr/Makefile @@ -13,7 +13,7 @@ COMMENT= Commandline tool that performs SDR with RTL2832-based USB sticks LICENSE= GPLv2 -USE_PKGCONFIG= yes +USES= pkgconfig USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool USE_GMAKE= yes GNU_CONFIGURE= yes |