- Fix WX_UVER calculation broken after stage conversion
Approved by: portmgr (bapt)
This commit is contained in:
parent
c328984512
commit
7def9f435f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350911
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= Alien-wxWidgets
|
||||
PORTVERSION= 0.65
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -18,7 +19,7 @@ WX_UNICODE= yes
|
|||
WX_UNI= uni_
|
||||
CONFIGURE_ARGS+= --wxWidgets-build=0 --wxWidgets-unicode=1
|
||||
|
||||
WX_UVER!= ${MAKE} -C ${PORTSDIR}/x11-toolkits/wxgtk30 -V'$${PORTVERSION:C/\./_/g}'
|
||||
WX_UVER!= ${MAKE} -C ${.CURDIR}/../../x11-toolkits/wxgtk30 -V'$${PORTVERSION:C/\./_/g}'
|
||||
PLIST_SUB+= WX_UVER=${WX_UVER} WX_UNI=${WX_UNI}
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Reference in a new issue