diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-13 01:05:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-13 01:05:44 +0800 |
commit | 86c57230a5f90e8824afb667d60d619d7a419259 (patch) | |
tree | 611c5d129ee76e38efd032a3ee83524076d60504 | |
parent | 7769fc7f711914bf39da935fd30775b154cc6717 (diff) | |
download | marcuscom-ports-86c57230a5f90e8824afb667d60d619d7a419259.tar marcuscom-ports-86c57230a5f90e8824afb667d60d619d7a419259.tar.gz marcuscom-ports-86c57230a5f90e8824afb667d60d619d7a419259.tar.bz2 marcuscom-ports-86c57230a5f90e8824afb667d60d619d7a419259.tar.lz marcuscom-ports-86c57230a5f90e8824afb667d60d619d7a419259.tar.xz marcuscom-ports-86c57230a5f90e8824afb667d60d619d7a419259.tar.zst marcuscom-ports-86c57230a5f90e8824afb667d60d619d7a419259.zip |
Update to 2.1.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@285 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/glib20/Makefile | 4 | ||||
-rw-r--r-- | devel/glib20/distinfo | 2 | ||||
-rw-r--r-- | devel/glib20/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 648e84f1b..b8ed92e76 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glib -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.1,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ @@ -35,7 +35,7 @@ USE_GMAKE= yes USE_PERL5= yes CONFIGURE_ARGS= --enable-static --with-libiconv=gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ + LDFLAGS="-L${LOCALBASE}/lib -lintl" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo index be2141dc8..2bb7ace00 100644 --- a/devel/glib20/distinfo +++ b/devel/glib20/distinfo @@ -1 +1 @@ -MD5 (gnome2/glib-2.1.3.tar.bz2) = ba5f10d78b2eb1b2b24d4b5ff1265a83 +MD5 (gnome2/glib-2.1.4.tar.bz2) = 14ce0190e78d07323a620160c4504d81 diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist index 11a5b33c1..42632552f 100644 --- a/devel/glib20/pkg-plist +++ b/devel/glib20/pkg-plist @@ -96,6 +96,7 @@ share/locale/de/LC_MESSAGES/glib20.mo share/locale/el/LC_MESSAGES/glib20.mo share/locale/es/LC_MESSAGES/glib20.mo share/locale/eu/LC_MESSAGES/glib20.mo +share/locale/fi/LC_MESSAGES/glib20.mo share/locale/fr/LC_MESSAGES/glib20.mo share/locale/gl/LC_MESSAGES/glib20.mo share/locale/hi/LC_MESSAGES/glib20.mo |