aboutsummaryrefslogtreecommitdiffstats
path: root/art
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-07-12 21:43:46 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-07-12 21:43:46 +0800
commitf9b6fd6b030455a2ca96da9f9613ea78bc889753 (patch)
tree2f9f2f9d409f1a1357b6fb84660bb02485951547 /art
parent69054ca6f38225c84e9b0980e9ad4ccf2cf93aec (diff)
downloadgsoc2013-evolution-f9b6fd6b030455a2ca96da9f9613ea78bc889753.tar.gz
gsoc2013-evolution-f9b6fd6b030455a2ca96da9f9613ea78bc889753.tar.zst
gsoc2013-evolution-f9b6fd6b030455a2ca96da9f9613ea78bc889753.zip
extra dist another xpm
2001-07-12 JP Rosevear <jpr@ximian.com> * Makefile.am: extra dist another xpm svn path=/trunk/; revision=11036
Diffstat (limited to 'art')
-rw-r--r--art/ChangeLog4
-rw-r--r--art/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog
index 2b75eb0211..50fcc1bf54 100644
--- a/art/ChangeLog
+++ b/art/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-12 JP Rosevear <jpr@ximian.com>
+
+ * Makefile.am: extra dist another xpm
+
2001-07-12 <tigert@ximian.com>
* delete_message.[png,xpm]: New versions for the trashcan icon.
diff --git a/art/Makefile.am b/art/Makefile.am
index 8d18a41d53..807fa390b0 100644
--- a/art/Makefile.am
+++ b/art/Makefile.am
@@ -155,6 +155,7 @@ EXTRA_DIST = \
task-assigned.xpm \
task-recurring.xpm \
task.xpm \
+ timezone-16.xpm \
tree-expanded.xpm \
tree-unexpanded.xpm \
$(images_DATA) \
585abd796c'>diff)downloadfreebsd-ports-gnome-d24f612f5543d7a621c921513b4eaab404932610.tar.gz
freebsd-ports-gnome-d24f612f5543d7a621c921513b4eaab404932610.tar.zst
freebsd-ports-gnome-d24f612f5543d7a621c921513b4eaab404932610.zip
Add textproc expat into LIB_DEPENDS and bump PORTREVISION. XML support is
necessary for some GNOME packages (evolution et al.) Reported by: bento, paul, Marc Unangst <mju@unangst.org> PR: 37924
Diffstat (limited to 'devel/gettext/Makefile')
-rw-r--r--devel/gettext/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 48456552a0d4..8b170207dfc2 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -7,18 +7,20 @@
PORTNAME= gettext
PORTVERSION= 0.11.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gettext
MAINTAINER= portmgr@FreeBSD.org
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
+ expat.2:${PORTSDIR}/textproc/expat2
USE_BISON= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
+CONFIGURE_ARGS= --with-libexpat-prefix=${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"