diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-12 01:41:15 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-12 01:41:15 +0000 |
commit | 5ea74bc132c9fc1655de033ccf4573431b2f3d69 (patch) | |
tree | 6255be792b26069b92d2216a669b794fb9add355 /x11-fm | |
parent | 2e8dd386b2691cd0b69a5a00ac68e01419503adc (diff) | |
download | ports-5ea74bc132c9fc1655de033ccf4573431b2f3d69.tar.gz ports-5ea74bc132c9fc1655de033ccf4573431b2f3d69.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/nautilus/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 240975efe782..5e3e58bb56e1 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -12,7 +12,6 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT?= File manager for the GNOME desktop -BUILD_DEPENDS= g-ir-compiler:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ libexempi.so:${PORTSDIR}/textproc/exempi @@ -23,7 +22,7 @@ INSTALLS_ICONS= yes USES= desktop-file-utils gettext gmake libtool:keepla pathfix \ pkgconfig shared-mime-info tar:bzip2 USE_GNOME= gnomeprefix intlhack gnomedesktop \ - librsvg2 gvfs + librsvg2 gvfs introspection:build INSTALL_TARGET= install-strip USE_LDCONFIG= yes GNU_CONFIGURE= yes |