svn commit: r472871 - head/net-p2p/qbittorrent

Mathieu Arnold mat at FreeBSD.org
Wed Jun 20 13:37:43 UTC 2018


Author: mat
Date: Wed Jun 20 13:37:42 2018
New Revision: 472871
URL: https://svnweb.freebsd.org/changeset/ports/472871

Log:
  Really clean flavors up.
  
  Sponsored by:	Absolight

Modified:
  head/net-p2p/qbittorrent/Makefile   (contents, props changed)

Modified: head/net-p2p/qbittorrent/Makefile
==============================================================================
--- head/net-p2p/qbittorrent/Makefile	Wed Jun 20 13:35:23 2018	(r472870)
+++ head/net-p2p/qbittorrent/Makefile	Wed Jun 20 13:37:42 2018	(r472871)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libtorrent-rasterbar.so:net-p2p/libtorren
 		libboost_system.so:devel/boost-libs
 
 FLAVORS=	default nox
-FLAVOR=		${FLAVORS:[1]}
+FLAVOR?=	${FLAVORS:[1]}
 default_LIB_DEPENDS=	libGeoIP.so:net/GeoIP
 nox_PKGNAMESUFFIX=	-nox
 nox_PLIST=		${NONEXISTENT}


More information about the svn-ports-all mailing list