diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-04 09:34:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-04 09:34:49 +0000 |
commit | 6b26d8b56c5368503fe1c04ac9732b25f95c24a7 (patch) | |
tree | 1956efc399303f46897c2cafda3d37dce52ef993 /textproc | |
parent | 2d6bcf8bcf05d062ef70937489e6537b965a2025 (diff) | |
download | ports-6b26d8b56c5368503fe1c04ac9732b25f95c24a7.tar.gz ports-6b26d8b56c5368503fe1c04ac9732b25f95c24a7.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/intltool/Makefile | 7 | ||||
-rw-r--r-- | textproc/intltool/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index ec39e78ac9ca..d95730e603c4 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -6,7 +6,7 @@ # PORTNAME= intltool -PORTVERSION= 0.15 +PORTVERSION= 0.17 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} @@ -18,10 +18,11 @@ LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \ - intltoolize.8 + intltool-update.8 intltoolize.8 pre-patch: @find ${WRKSRC} -name "intltool-*.in" | xargs ${PERL} -pi -e \ diff --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo index 1d3c735c9624..7e4450150b34 100644 --- a/textproc/intltool/distinfo +++ b/textproc/intltool/distinfo @@ -1 +1 @@ -MD5 (gnome/intltool-0.15.tar.bz2) = 90bb4c7aac2561a1a60a2fa67bc0c0c2 +MD5 (gnome/intltool-0.17.tar.bz2) = 55b12d6be10ecd1fb452c7f96dd808cd |