diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /polish | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | freebsd-ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Diffstat (limited to 'polish')
-rw-r--r-- | polish/kde3-i18n/Makefile | 3 | ||||
-rw-r--r-- | polish/koffice-i18n/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/polish/kde3-i18n/Makefile b/polish/kde3-i18n/Makefile index e341c7be163c..0212fdaeb039 100644 --- a/polish/kde3-i18n/Makefile +++ b/polish/kde3-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Polish messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/polish/koffice-i18n/Makefile b/polish/koffice-i18n/Makefile index 225a34df76c1..0622212efc11 100644 --- a/polish/koffice-i18n/Makefile +++ b/polish/koffice-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Polish messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes |