diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-18 03:49:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-18 03:49:58 +0800 |
commit | 5cd90d9d18e5bcc68f01ce6aefc46032fea29b6d (patch) | |
tree | 57d7cad9892ac2311a582958664198f9771082b0 /textproc/intltool/Makefile | |
parent | 3f2bee533d8453885b1fddfe6f15a56eb8a2e70c (diff) | |
download | freebsd-ports-gnome-5cd90d9d18e5bcc68f01ce6aefc46032fea29b6d.tar.gz freebsd-ports-gnome-5cd90d9d18e5bcc68f01ce6aefc46032fea29b6d.tar.zst freebsd-ports-gnome-5cd90d9d18e5bcc68f01ce6aefc46032fea29b6d.zip |
Update to 0.26.
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 0ac3033246fa..4d5c87cbd937 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -6,10 +6,10 @@ # PORTNAME= intltool -PORTVERSION= 0.25 +PORTVERSION= 0.26 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.25 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.26 DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org @@ -20,8 +20,9 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes +USE_GNOME= gnometarget GNU_CONFIGURE= yes -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +CONFIGURE_ARGS= --libdir="${PREFIX}/libdata" MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \ intltool-update.8 intltoolize.8 |