Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2018 13:37:43 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472871 - head/net-p2p/qbittorrent
Message-ID:  <201806201337.w5KDbhJM037127@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806201337.w5KDbhJM037127>