mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
10 lines
193 B
Makefile
10 lines
193 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
WITH_WXPYTHON_UNICODE= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-wxPython26
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|