ba322f5ffb
- Fix packing list PR: 87130 Submitted by: ehaupt Approved by: Neal Nelson <neal@nelson.name> (maintainer), novel (mentor)
16 lines
384 B
Makefile
16 lines
384 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$
|
|
#
|
|
|
|
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"
|