svn commit: r493941 - head/comms/cwstudio
Baptiste Daroussin
bapt at FreeBSD.org
Tue Feb 26 07:50:28 UTC 2019
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 \
More information about the svn-ports-head
mailing list