diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-06 23:40:25 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-06 23:40:25 +0800 |
commit | a026bc73fc81914e37a1d9b53c02cae3af99aed3 (patch) | |
tree | 30b32b6a2aec697296252299cc8e5922683b5d28 /x11-fm/nautilus3/Makefile | |
parent | 93edc1cfa143eb92c68be1f4ff9c6b063d7a1d87 (diff) | |
download | marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.tar marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.tar.gz marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.tar.bz2 marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.tar.lz marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.tar.xz marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.tar.zst marcuscom-ports-a026bc73fc81914e37a1d9b53c02cae3af99aed3.zip |
Add pkgconfig to ports that need it, enable stage support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18774 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus3/Makefile')
-rw-r--r-- | x11-fm/nautilus3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/nautilus3/Makefile b/x11-fm/nautilus3/Makefile index ee6a86da1..fe968f743 100644 --- a/x11-fm/nautilus3/Makefile +++ b/x11-fm/nautilus3/Makefile @@ -6,6 +6,7 @@ PORTNAME= nautilus PORTVERSION= 3.6.3 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME +PKGNAMESUFFIX= 3 DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org @@ -21,10 +22,9 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-i CONFLICTS= nautilus-2.[0-9]* -NO_STAGE= yes -LATEST_LINK= nautilus3 USE_XZ= yes -USES= desktop-file-utils gettext gmake pathfix shared-mime-info +USES= desktop-file-utils gettext gmake pathfix pkgconfig \ + shared-mime-info USE_GNOME= gnomeprefix intlhack gnomedesktop3 libxml2 \ ltverhack gvfs ltasneededhack introspection:build USE_LDCONFIG= yes |