Changeset 20830
- Timestamp:
- 12/02/06 03:04:39 (2 years ago)
- Files:
-
- 1 modified
-
trunk/dports/gnome/gnome-vfs/Portfile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/gnome/gnome-vfs/Portfile
r20757 r20830 2 2 PortSystem 1.0 3 3 name gnome-vfs 4 version 2.16. 04 version 2.16.3 5 5 description This is the GNOME Virtual File System. 6 6 long_description This is the GNOME Virtual File System. \ … … 12 12 homepage http://www.gnome.org/ 13 13 master_sites gnome:sources/${name}/2.16/ 14 checksums md5 fdea9d7be42320c3fa6a09e645613480\15 sha1 4f0f6e7288c5cd2bc667f11729596e8be92376a0\16 rmd160 9 f4008c0e8cae26513006e4c1f1c1c126116d8ef14 checksums md5 586d6fe3740385c000a864d5e2cf8215 \ 15 sha1 a4c97179e2c4abf8cfcf236e56f7d328feaef89b \ 16 rmd160 9600bb4f4630d48600c1469fa5077d8e969a10cc 17 17 18 18 depends_lib \ … … 26 26 27 27 use_bzip2 yes 28 29 #patchfiles \30 # configure.patch \31 # daemon_Makefile.in.patch \32 # modules_file-method-acl.c.patch33 34 28 35 29 configure.args --mandir=${prefix}/share/man \ … … 80 74 ${worksrcpath}/libgnomevfs/Makefile ${worksrcpath}/modules/Makefile \ 81 75 ${worksrcpath}/schemas/Makefile 82 # ${worksrcpath}/monikers/Makefile ${worksrcpath}/programs/Makefile \83 76 } 84 77 … … 91 84 patchfiles patch-xdgmimecache.c 92 85 } 93 94 variant use_system_dependencies {95 depends_lib \96 lib:gnome-mime-magic:gnome-mime-data \97 lib:gconf-2:gconf98 }

