diff options
author | ade <ade@FreeBSD.org> | 2002-04-12 17:10:20 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-04-12 17:10:20 +0000 |
commit | 17667de189a473dd1b3f3844a9a029a6ea7faee2 (patch) | |
tree | d11d27576ba0bc6656fca5c8a2e074489e3a91b7 /www/galeon2 | |
parent | 8d430f11da8d17c3ad0e7d892920c5a7ee27829c (diff) | |
download | FreeBSD-ports-17667de189a473dd1b3f3844a9a029a6ea7faee2.zip FreeBSD-ports-17667de189a473dd1b3f3844a9a029a6ea7faee2.tar.gz |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index fe610a5..cc9dfb3 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -7,7 +7,7 @@ PORTNAME= galeon PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= ${X11BASE}/include/mozilla/gtkembedmoz/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers \ ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} \ - msgfmt-new:${PORTSDIR}/devel/gettext + msgfmt:${PORTSDIR}/devel/gettext LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} @@ -38,9 +38,7 @@ CONFIGURE_ARGS= --with-mozilla-includes="${X11BASE}/include/mozilla" \ --with-mozilla-libs="${X11BASE}/lib/${MOZILLA}" \ --enable-nautilus-view CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -D_REENTRANT ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - MSGFMT=${LOCALBASE}/bin/msgfmt-new \ - XGETTEXT=${LOCALBASE}/bin/xgettext-new + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= galeon.1 |