diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-05-13 21:58:12 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-05-13 22:01:45 +0300 |
commit | 8e44e5724a82a3724b314fa7bce49fd1f23294cf (patch) | |
tree | f6119befba1579def36e293af5fa83c242ba9f8d | |
parent | net/dumbpipe: Update to 0.27.0 (diff) |
emulators/virtualbox-ose-70: Sort USES
MFH: 2025Q2
-rw-r--r-- | emulators/virtualbox-ose-70/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose-70/Makefile b/emulators/virtualbox-ose-70/Makefile index c679edeef066..482fc5725a82 100644 --- a/emulators/virtualbox-ose-70/Makefile +++ b/emulators/virtualbox-ose-70/Makefile @@ -28,7 +28,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libcurl.so:ftp/curl RUN_DEPENDS= ${LOCALBASE}/etc/rc.d/vboxnet:emulators/virtualbox-ose-kmod-70 -USES= compiler:c++14-lang cpe gnome iconv qt:5 pkgconfig ssl tar:bzip2 +USES= compiler:c++14-lang cpe gnome iconv pkgconfig qt:5 ssl tar:bzip2 CPE_VENDOR= oracle CPE_PRODUCT= vm_virtualbox USE_BINUTILS= yes |