blob: 99087e39da0ba2cb97d8c4000bae5472f76f78c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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"
|