diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-01-21 18:14:00 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-01-21 18:14:00 +0000 |
commit | f6cdd5cffc2436934348aec152fef6664b0a56a2 (patch) | |
tree | d6bf59fbe1de9429ad826a24db6c51a7b4514f07 /x11-fm | |
parent | d3010f1940fd20654a9f78096d96874c88abd8fa (diff) | |
download | ports-f6cdd5cffc2436934348aec152fef6664b0a56a2.tar.gz ports-f6cdd5cffc2436934348aec152fef6664b0a56a2.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/nautilus/Makefile | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 3cbf582d3262..0f6b95849a79 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: nautilus2 -# Date created: 28th August 2000 -# Whom: ade, archie -# +# Created by: ade, archie # $FreeBSD$ -# $MCom: ports/x11-fm/nautilus/Makefile,v 1.206 2010/11/13 12:53:45 kwm Exp $ -# +# $MCom: ports/x11-fm/nautilus/Makefile,v 1.212 2012/09/03 16:28:29 mezz Exp $ PORTNAME= nautilus PORTVERSION= 2.32.2.1 @@ -17,9 +13,11 @@ MAINTAINER= gnome@FreeBSD.org COMMENT?= File manager for the GNOME desktop BUILD_DEPENDS= g-ir-compiler:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - exempi.3:${PORTSDIR}/textproc/exempi +LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \ + unique-1.0:${PORTSDIR}/x11-toolkits/unique \ + exempi:${PORTSDIR}/textproc/exempi + +CONFLICTS= nautilus-3.[0-9]* INSTALLS_ICONS= yes USE_BZIP2= yes @@ -27,7 +25,6 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ librsvg2 desktopfileutils ltverhack gvfs ltasneededhack -GNOME_DESKTOP_VERSION=2 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv" \ @@ -41,10 +38,14 @@ GCONF_SCHEMAS= apps_nautilus_preferences.schemas MAN1= nautilus-connect-server.1 nautilus-file-management-properties.1 \ nautilus.1 -.include <bsd.port.pre.mk> +post-patch: + @${REINPLACE_CMD} -e 's|G_CONST_RETURN|const|g' \ + ${WRKSRC}/eel/eel-*.[ch] \ + ${WRKSRC}/libnautilus-private/*.[ch] \ + ${WRKSRC}/src/nautilus-zoom-control.c post-install: @${MKDIR} ${PREFIX}/lib/nautilus/extensions-2.0 @-update-desktop-database -.include <bsd.port.post.mk> +.include <bsd.port.mk> |