090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
18 lines
411 B
Makefile
18 lines
411 B
Makefile
# New ports collection makefile for: wxgtk26-unicode-contrib
|
|
# Date created: June 27, 2004
|
|
# Whom: fjoe@FreeBSD.ORG
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 3
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode)
|
|
|
|
CONFLICTS= wxgtk2-unicode-contrib-devel-2.5.2*
|
|
|
|
WXGTK_FLAVOR= gtk2-unicode-contrib
|
|
MASTERDIR= ${.CURDIR}/../wxgtk26
|
|
|
|
.include "${MASTERDIR}/Makefile"
|