mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
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)
17 lines
328 B
Makefile
17 lines
328 B
Makefile
# New ports collection makefile for: wxgtk26-common
|
|
# Date created: June 27, 2004
|
|
# Whom: fjoe@FreeBSD.ORG
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 4
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= The wxWidgets GUI toolkit (common files)
|
|
|
|
WXGTK_FLAVOR= gtk2-common
|
|
MASTERDIR= ${.CURDIR}/../wxgtk26
|
|
|
|
.include "${MASTERDIR}/Makefile"
|