aboutsummaryrefslogtreecommitdiff
path: root/accessibility/gnome-speech/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-06-07 02:26:03 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-06-07 02:26:03 +0000
commitee49ce6526eebbc1542095c12e148662073f65f7 (patch)
tree6e5355f03181eb38ef34ef8f8625fe69b4fc782c /accessibility/gnome-speech/Makefile
parentca85956a03a0e1287304add7f0289e4f5bdf5ebf (diff)
Update to 0.4.13 and remove X11BASE.
Notes
Notes: svn path=/head/; revision=192961
Diffstat (limited to 'accessibility/gnome-speech/Makefile')
-rw-r--r--accessibility/gnome-speech/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/gnome-speech/Makefile b/accessibility/gnome-speech/Makefile
index 4e96ba079333..cc4e92e023f7 100644
--- a/accessibility/gnome-speech/Makefile
+++ b/accessibility/gnome-speech/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gnome-speech
-PORTVERSION= 0.4.12
+PORTVERSION= 0.4.13
CATEGORIES= accessibility audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -22,8 +22,8 @@ USE_GNOME= gnomehack libbonobo
GNU_CONFIGURE= yes
USE_LDCONFIG= 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"
.include <bsd.port.pre.mk>