diff options
author | wiz <wiz> | 2009-06-10 14:49:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-06-10 14:49:44 +0000 |
commit | 64d6dd7226042337abaa184182f4c47cf4fcf964 (patch) | |
tree | c8e89923208794a2320898a53158da7dc2e4c2bc /sysutils/gnome-vfs | |
parent | 9d0ba0fe4d22512f1cb004f62256fbce52fb8e3d (diff) | |
download | pkgsrc-64d6dd7226042337abaa184182f4c47cf4fcf964.tar.gz |
Remove obsolete configure args.
Diffstat (limited to 'sysutils/gnome-vfs')
-rw-r--r-- | sysutils/gnome-vfs/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/gnome-vfs/Makefile.common b/sysutils/gnome-vfs/Makefile.common index 30cfd9a9b33..35a1b950b9a 100644 --- a/sysutils/gnome-vfs/Makefile.common +++ b/sysutils/gnome-vfs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2009/03/19 11:32:45 drochner Exp $ +# $NetBSD: Makefile.common,v 1.18 2009/06/10 14:49:44 wiz Exp $ # # used by audio/gnome-vfs-cdda/Makefile # used by net/gnome-vfs-dns-sd/Makefile @@ -25,12 +25,10 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= YES CONFIGURE_ARGS+= --disable-cdda -CONFIGURE_ARGS+= --disable-gtk CONFIGURE_ARGS+= --disable-howl CONFIGURE_ARGS+= --disable-openssl CONFIGURE_ARGS+= --disable-samba CONFIGURE_ARGS+= --enable-gnutls -CONFIGURE_ARGS+= --enable-platform-gnome-2 CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q} CPPFLAGS+= -DPREFIX="\"${PREFIX}\"" |