diff options
author | ade <ade@FreeBSD.org> | 2010-12-04 15:34:27 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-12-04 15:34:27 +0800 |
commit | a44c192a2f5c31ae449c6b008b8a42bcc7ee099d (patch) | |
tree | 14d9392b22ced431dae442dd74506f7e26011de3 /x11-fm | |
parent | db3ee9b87911306ae5e8d8b79d43c0e4c925954d (diff) | |
download | freebsd-ports-gnome-a44c192a2f5c31ae449c6b008b8a42bcc7ee099d.tar.gz freebsd-ports-gnome-a44c192a2f5c31ae449c6b008b8a42bcc7ee099d.tar.zst freebsd-ports-gnome-a44c192a2f5c31ae449c6b008b8a42bcc7ee099d.zip |
Sync to new bsd.autotools.mk
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/dolphin/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/krusader/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/nautilus/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/pcmanfm/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/rox-filer/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/x11-fm/dolphin/Makefile b/x11-fm/dolphin/Makefile index 73edccf95a5a..2f1faeef9580 100644 --- a/x11-fm/dolphin/Makefile +++ b/x11-fm/dolphin/Makefile @@ -15,7 +15,7 @@ MAINTAINER= markus@FreeBSD.org COMMENT= File manager for KDE USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_GMAKE= yes post-patch: diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index 3d2b2772be36..37e7b6e8170b 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -28,7 +28,7 @@ USE_BZIP2= yes USE_GNOME= gnomedocutils gnomehack gnomeprefix gnometarget intlhack libgnomeui USE_GMAKE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 autoconf:268:env aclocal:111:env automake:111:env +USE_AUTOTOOLS= libtool autoconf:env aclocal:env automake:env GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-fm/krusader/Makefile b/x11-fm/krusader/Makefile index 9ce7238a2826..f98923db83b5 100644 --- a/x11-fm/krusader/Makefile +++ b/x11-fm/krusader/Makefile @@ -15,7 +15,7 @@ MAINTAINER= h.eichmann@gmx.de COMMENT= A two window file-manager for KDE, like midnight or norton commander USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_GETTEXT= yes diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index f48b048cddcb..4356b13ba4ad 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -28,7 +28,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ librsvg2 desktopfileutils ltverhack gvfs ltasneededhack GNOME_DESKTOP_VERSION=2 USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv" \ LIBPNG="-L${LOCALBASE}/lib -lpng -lz" diff --git a/x11-fm/pcmanfm/Makefile b/x11-fm/pcmanfm/Makefile index 706f13022991..2d43538f3588 100644 --- a/x11-fm/pcmanfm/Makefile +++ b/x11-fm/pcmanfm/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification \ fm-gtk.0:${PORTSDIR}/x11/libfm USE_GNOME= gtk20 -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_FAM= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index d29dac36b3e6..48a277e9b0eb 100644 --- a/x11-fm/rox-filer/Makefile +++ b/x11-fm/rox-filer/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/mime/packages/freedesktop.org.xml:${PORTSDIR}/mi PLIST_SUB+= LOCALBASE=${LOCALBASE} -USE_AUTOTOOLS= autoconf:213 +USE_AUTOTOOLS= autoconf213 USE_BZIP2= yes USE_GMAKE= yes USE_XORG= x11 sm xaw xproto |