diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-26 10:44:28 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-26 10:44:28 +0000 |
commit | 83f02b963c2b22c85235bf19b4f10a20bea921b5 (patch) | |
tree | e5e83d3ba0442c1c2f0b99c843428b36a8eb003d /deskutils/pal/Makefile | |
parent | 2013-04-26 devel/py-extended_threading: checksum mismatch; domain disappeared (diff) |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
Diffstat (limited to 'deskutils/pal/Makefile')
-rw-r--r-- | deskutils/pal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/pal/Makefile b/deskutils/pal/Makefile index 3568132f12db..25091c15c8f4 100644 --- a/deskutils/pal/Makefile +++ b/deskutils/pal/Makefile @@ -11,9 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= h.skuhra@gmail.com COMMENT= A calendar application -USES= pkgconfig +USES= pkgconfig gettext USE_GNOME= glib20 -USE_GETTEXT= yes USE_GMAKE= yes ALL_TARGET= WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src |