diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-17 19:49:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-17 19:49:58 +0000 |
commit | d7a4a09c2c21c8779e55513acfce6cb3c241516d (patch) | |
tree | 02f879e8fc37c9d356c81fca41cb7b7ead0abf5a /textproc/intltool/Makefile | |
parent | e51bf38b9e092691eeead7fd580892bb66920199 (diff) | |
download | ports-d7a4a09c2c21c8779e55513acfce6cb3c241516d.tar.gz ports-d7a4a09c2c21c8779e55513acfce6cb3c241516d.zip |
Notes
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 |