diff options
author | minskim <minskim> | 2004-02-07 00:07:00 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-07 00:07:00 +0000 |
commit | e6f7e6c290a04267097d4f25aa67858148d6a502 (patch) | |
tree | 97ded901b26cd4c42fc7ab66dd03f2f4108638f3 /sysutils/gnome-vfs2 | |
parent | 68a63186468db848b187e3fe967d23f4db0649b7 (diff) | |
download | pkgsrc-e6f7e6c290a04267097d4f25aa67858148d6a502.tar.gz |
Force to use openssl. This closes PR pkg/24202. (Aprroved by wiz@ and jmmv@)
Bump PKGREVISION.
While here, add all .conf files to EGFILES. Noted by jmmv@.
Diffstat (limited to 'sysutils/gnome-vfs2')
-rw-r--r-- | sysutils/gnome-vfs2/Makefile | 8 | ||||
-rw-r--r-- | sysutils/gnome-vfs2/PLIST | 3 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/gnome-vfs2/Makefile b/sysutils/gnome-vfs2/Makefile index 1078d3e5c9d..45e7fb0f77c 100644 --- a/sysutils/gnome-vfs2/Makefile +++ b/sysutils/gnome-vfs2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2004/02/06 19:09:35 jmmv Exp $ +# $NetBSD: Makefile,v 1.25 2004/02/07 00:07:00 minskim Exp $ # DISTNAME= gnome-vfs-2.4.2 +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/vfs/vfs2/} CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfs/2.4/} @@ -28,6 +29,7 @@ CONFIGURE_ARGS= --enable-gtk-doc=no CONFIGURE_ARGS+= --enable-platform-gnome-2 CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html +CONFIGURE_ENV+= openssl_libs="yes" CPPFLAGS+= -I${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia @@ -35,7 +37,9 @@ PKG_SYSCONFSUBDIR= gnome-vfs-2.0 OWN_DIRS= ${PKG_SYSCONFDIR}/modules ${PKG_SYSCONFDIR}/vfolders EGDIR= ${PREFIX}/share/examples/gnome-vfs-2.0 -EGFILES= modules/default-modules.conf +EGFILES= modules/cdda-module.conf +EGFILES+= modules/default-modules.conf +EGFILES+= modules/ssl-modules.conf EGFILES+= vfolders/applications-all-users.vfolder-info EGFILES+= vfolders/favorites.vfolder-info EGFILES+= vfolders/network.vfolder-info diff --git a/sysutils/gnome-vfs2/PLIST b/sysutils/gnome-vfs2/PLIST index 9d37550d443..2280314b33d 100644 --- a/sysutils/gnome-vfs2/PLIST +++ b/sysutils/gnome-vfs2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/02/06 19:09:35 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/02/07 00:07:00 minskim Exp $ bin/gnomevfs-cat bin/gnomevfs-copy bin/gnomevfs-info @@ -161,6 +161,7 @@ share/doc/html/gnome-vfs-2.0/mime-registry.html share/doc/html/gnome-vfs-2.0/modules.html share/examples/gnome-vfs-2.0/modules/cdda-module.conf share/examples/gnome-vfs-2.0/modules/default-modules.conf +share/examples/gnome-vfs-2.0/modules/ssl-modules.conf share/examples/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info share/examples/gnome-vfs-2.0/vfolders/favorites.vfolder-info share/examples/gnome-vfs-2.0/vfolders/network.vfolder-info |