freebsd-ports/x11-toolkits/wxgtk26-unicode/Makefile
Max Khon d1130a4175 Fix coredump: use gtk_border_free() insead of g_free()
for freeing border objects. The change exists in wxgtk 2.8 and later.

PR:		118202
Submitted by:	Henrik Gulbrandsen
Approved by:	portmgr (linimon)
2007-11-24 19:58:44 +00:00

16 lines
325 B
Makefile

# New ports collection makefile for: wxgtk26-unicode
# Date created: June 27, 2004
# Whom: fjoe@FreeBSD.ORG
#
# $FreeBSD$
#
PORTREVISION= 4
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit (Unicode)
WXGTK_FLAVOR= gtk2-unicode
MASTERDIR= ${.CURDIR}/../wxgtk26
.include "${MASTERDIR}/Makefile"