Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2019 07:50:28 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493941 - head/comms/cwstudio
Message-ID:  <201902260750.x1Q7oSQC045668@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Feb 26 07:50:27 2019
New Revision: 493941
URL: https://svnweb.freebsd.org/changeset/ports/493941

Log:
  Properly detect WC_CONFIG

Modified:
  head/comms/cwstudio/Makefile

Modified: head/comms/cwstudio/Makefile
==============================================================================
--- head/comms/cwstudio/Makefile	Tue Feb 26 06:55:35 2019	(r493940)
+++ head/comms/cwstudio/Makefile	Tue Feb 26 07:50:27 2019	(r493941)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cwstudio
 DISTVERSION=	0.9.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	comms hamradio
 MASTER_SITES=	SOURCEFORGE/cwstudio
 
@@ -15,7 +15,7 @@ USES+=		ncurses
 USE_WX=		3.0+
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-wx-config=${LOCALBASE}/bin/wxgtk2u-3.0-config
+CONFIGURE_ARGS=	--with-wx-config=${WX_CONFIG}
 
 PLIST_FILES=	bin/cwcli \
 		bin/cwcurses \



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