diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-08 13:29:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-08 13:29:20 +0000 |
commit | c395d13191bfc3881b7b4dabfcbeaf963c1b78b4 (patch) | |
tree | 2fbbf1cbc804ca8167ae6d17be7da53211f9553f /misc/gnomeutils/Makefile | |
parent | a26e916f3b4ac9617668c3cf2eab29236c3d6e87 (diff) | |
download | ports-c395d13191bfc3881b7b4dabfcbeaf963c1b78b4.tar.gz ports-c395d13191bfc3881b7b4dabfcbeaf963c1b78b4.zip |
Notes
Diffstat (limited to 'misc/gnomeutils/Makefile')
-rw-r--r-- | misc/gnomeutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gnomeutils/Makefile b/misc/gnomeutils/Makefile index a48a04aeb2b9..fa2a727c884a 100644 --- a/misc/gnomeutils/Makefile +++ b/misc/gnomeutils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeutils -PORTVERSION= 1.4.1.1 +PORTVERSION= 1.4.1.2 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-utils @@ -26,6 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ MSGFMT=${LOCALBASE}/bin/msgfmt-new \ XGETTEXT=${LOCALBASE}/bin/xgettext-new +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= gcalc.1 gcharmap.1 gcolorsel.1 gdialog.1 gdict.1 gdiskfree.1 \ gfontsel.1 gless.1 gnome-exe-handler.1 gsearchtool.1 guname.1 gw.1 \ |