d0ba903fd7
- Do not let py-wxPython26-common to touch wx.pth or it will ending up as empty by overwrite when you reinstall or update py-wxPython26-common. [2] PR: ports/96091 [1], ports/96092 [2] Submitted by: Neal Nelson <neal@nelson.name> (maintainer)
18 lines
401 B
Makefile
18 lines
401 B
Makefile
# New ports collection makefile for: wxPython shared common
|
|
# Date created: Fri Sep 2 03:37:23 UTC 2005
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
|
|
WITH_COMMON_ONLY= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-wxPython26
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS+= wx_gtk2_stc-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-contrib
|
|
|
|
.include "${MASTERDIR}/Makefile"
|