aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Alien-wxWidgets
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2014-04-11 09:17:14 +0000
committerAlex Kozlov <ak@FreeBSD.org>2014-04-11 09:17:14 +0000
commit7def9f435f1dbc109d5c0549eb2fe9536302065d (patch)
tree969c123db5fc877f78bba65456a83ce21dded715 /x11-toolkits/p5-Alien-wxWidgets
parentc3289845127f3aa20c12a018f45cb5a3c975db81 (diff)
downloadports-7def9f435f1dbc109d5c0549eb2fe9536302065d.tar.gz
ports-7def9f435f1dbc109d5c0549eb2fe9536302065d.zip
- Fix WX_UVER calculation broken after stage conversion
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=350911
Diffstat (limited to 'x11-toolkits/p5-Alien-wxWidgets')
-rw-r--r--x11-toolkits/p5-Alien-wxWidgets/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Alien-wxWidgets/Makefile b/x11-toolkits/p5-Alien-wxWidgets/Makefile
index 5a3a1ee34774..d3c79bcd9f2f 100644
--- a/x11-toolkits/p5-Alien-wxWidgets/Makefile
+++ b/x11-toolkits/p5-Alien-wxWidgets/Makefile
@@ -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: