diff options
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/at-spi/Makefile | 6 | ||||
-rw-r--r-- | accessibility/gnome-mag/Makefile | 6 | ||||
-rw-r--r-- | accessibility/gok/Makefile | 6 | ||||
-rw-r--r-- | accessibility/orca/Makefile | 5 |
4 files changed, 11 insertions, 12 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index 495fccdfd..343e81bf6 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/at-spi/Makefile,v 1.59 2007/04/26 14:48:54 ahze Exp $ +# $MCom: ports/accessibility/at-spi/Makefile,v 1.60 2007/05/19 21:35:52 marcus Exp $ # PORTNAME= at-spi @@ -29,8 +29,8 @@ USE_XLIB= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" post-extract: @${RM} -f ${WRKSRC}/registryd/Accessibility_Registry.server diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile index 879707cee..60f232b4f 100644 --- a/accessibility/gnome-mag/Makefile +++ b/accessibility/gnome-mag/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/gnome-mag/Makefile,v 1.29 2007/04/28 17:28:01 marcus Exp $ +# $MCom: ports/accessibility/gnome-mag/Makefile,v 1.30 2007/05/19 21:35:53 marcus Exp $ # PORTNAME= gnome-mag @@ -24,8 +24,8 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" DOCSDIR= ${PREFIX}/share/doc/gnome-mag-${PORTVERSION} diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index 6a01e36b5..b039d0116 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@freebsd.org> # # $FreeBSD$ -# $MCom: ports/accessibility/gok/Makefile,v 1.74 2007/04/26 16:27:42 ahze Exp $ +# $MCom: ports/accessibility/gok/Makefile,v 1.75 2007/05/19 21:35:53 marcus Exp $ # PORTNAME= gok @@ -26,8 +26,8 @@ USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \ gnomespeech USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= gok.schemas diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index a8b61fb15..25e1a515a 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/orca/Makefile,v 1.20 2007/05/14 04:33:48 marcus Exp $ +# $MCom: ports/accessibility/orca/Makefile,v 1.21 2007/05/19 21:35:53 marcus Exp $ # PORTNAME= orca @@ -36,8 +36,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= orca.1 post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ - s|/usr/X11R6|${X11BASE}|g' \ + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/src/orca/orca.in @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/src/orca/orca_i18n.py |