diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-06 20:51:34 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-06 20:51:34 +0800 |
commit | 8cd427bfdb1f8ef10375429140e44eef5faaa43a (patch) | |
tree | 92dbc609254097c9af3312bc564181cee4ea7a20 /x11-fm/nautilus/Makefile | |
parent | ace089eb7e6642a0d1f26b1006360e46df447f52 (diff) | |
download | freebsd-ports-gnome-8cd427bfdb1f8ef10375429140e44eef5faaa43a.tar.gz freebsd-ports-gnome-8cd427bfdb1f8ef10375429140e44eef5faaa43a.tar.zst freebsd-ports-gnome-8cd427bfdb1f8ef10375429140e44eef5faaa43a.zip |
Update to 1.0.4. Still doesn't work (hangs at startup)... :-<
Diffstat (limited to 'x11-fm/nautilus/Makefile')
-rw-r--r-- | x11-fm/nautilus/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 7f32a808cdba..8200a2fd614c 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -6,19 +6,15 @@ # PORTNAME= nautilus -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.4 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/nautilus MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX -# The following is only needed if --with-eazel-services is brought in, -# which it isn't, because it depends on ammonite, which is Linux-only -# BUILD_DEPENDS+=rpm:${PORTSDIR}/archivers/rpm - +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 \ + msgfmt-new:${PORTSDIR}/devel/gettext-devel LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \ freetype.6:${PORTSDIR}/print/freetype2 \ eel.0:${PORTSDIR}/x11-toolkits/eel @@ -37,7 +33,9 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -fno-rtti -fno-exceptions" \ LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib" \ - LIBPNG="-L${LOCALBASE}/lib -lpng -lz ${MOZILLA_LIBS}" + LIBPNG="-L${LOCALBASE}/lib -lpng -lz ${MOZILLA_LIBS}" \ + MSGFMT=${LOCALBASE}/bin/msgfmt-new \ + XGETTEXT=${LOCALBASE}/bin/xgettext-new CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \ --with-freetype2-include-place=${LOCALBASE}/include/freetype2 @@ -62,7 +60,7 @@ pre-extract: pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' |