diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
commit | 4a8684e352ac6d7260613e6ad3743fabd00eaf7d (patch) | |
tree | c1022f7df000935302e4c7f143c5b049290dacc2 /accessibility | |
parent | 6029732777f019908166457c71136521713b91f7 (diff) | |
download | ports-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.tar.gz ports-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.zip |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/atk/Makefile | 2 | ||||
-rw-r--r-- | accessibility/gnome-mag/Makefile | 2 | ||||
-rw-r--r-- | accessibility/kdeaccessibility/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 23544f052d28..1906ac051c15 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection USE_GETTEXT= yes USE_GMAKE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_GNOME= gnomehack glib20 ltverhack referencehack CONFIGURE_ARGS= --enable-static \ --disable-gtk-doc \ diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile index 4ac0cefc19e5..0351c4822859 100644 --- a/accessibility/gnome-mag/Makefile +++ b/accessibility/gnome-mag/Makefile @@ -20,7 +20,7 @@ USE_XORG= xfixes xdamage ice xcomposite sm USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack USE_GMAKE= yes USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/accessibility/kdeaccessibility/Makefile b/accessibility/kdeaccessibility/Makefile index 954dad944685..7e9092abd3f0 100644 --- a/accessibility/kdeaccessibility/Makefile +++ b/accessibility/kdeaccessibility/Makefile @@ -21,7 +21,7 @@ PREFIX= ${KDE_PREFIX} USE_XORG= xtst USE_BZIP2= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_GMAKE= yes .include "${.CURDIR}/../../x11/kde3/Makefile.kde" |