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)
15 lines
346 B
Makefile
15 lines
346 B
Makefile
# Ports collection makefile for: ethereal-lite
|
|
# Date created: 20 March 2004
|
|
# Whom: Bill Fumerola <billf@mu.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
LITE= yes
|
|
PORTREVISION?= 1
|
|
PKGNAMESUFFIX= -lite
|
|
|
|
MASTERDIR= ${.CURDIR}/../wireshark
|
|
COMMENT= A powerful network analyzer/capture tool (lite package)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|