- Fix WX_UVER calculation broken after stage conversion

Approved by:	portmgr (bapt)
This commit is contained in:
Alex Kozlov 2014-04-11 09:17:14 +00:00
parent c328984512
commit 7def9f435f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350911

View file

@ -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: