Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Sep 2018 13:14:22 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478870 - head/sysutils/dsbmc
Message-ID:  <201809031314.w83DEMxx040770@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Sep  3 13:14:21 2018
New Revision: 478870
URL: https://svnweb.freebsd.org/changeset/ports/478870

Log:
  sysutils/dsbmc: Corrections to previous commit
  
  * Sort USES
  * Remove duplicate OPTIONS_DEFAULT
  
  Reported by:	danfe
  Pointyhat to:	swills

Modified:
  head/sysutils/dsbmc/Makefile   (contents, props changed)

Modified: head/sysutils/dsbmc/Makefile
==============================================================================
--- head/sysutils/dsbmc/Makefile	Mon Sep  3 13:12:27 2018	(r478869)
+++ head/sysutils/dsbmc/Makefile	Mon Sep  3 13:14:21 2018	(r478870)
@@ -16,13 +16,12 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 RUN_DEPENDS=	dsbmd>=0.3:sysutils/dsbmd
 
-USES=		tar:tgz pkgconfig desktop-file-utils
+USES=		desktop-file-utils pkgconfig tar:tgz
 USE_GNOME=	cairo gdkpixbuf2
 
 OPTIONS_DEFINE=	GTK3 NLS
 OPTIONS_DEFAULT=GTK3
 OPTIONS_SUB=	yes
-OPTIONS_DEFAULT=GTK3
 
 GTK3_MAKE_ARGS=	GTKVER=3.0
 GTK3_USE=	GNOME=gtk30



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