freebsd-ports/x11-toolkits/gnustep-cairo/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00

20 lines
386 B
Makefile

# New ports collection makefile for: gnustep-cairo
# Date created: 24.Oct.2005
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTREVISION= 1
CATEGORIES= x11-toolkits
MAINTAINER= dinoex@FreeBSD.org
WITH_GNUSTEP_CAIRO= yes
MASTERDIR= ${.CURDIR}/../gnustep-back
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"