diff options
Diffstat (limited to 'accessibility/gail/Makefile')
-rw-r--r-- | accessibility/gail/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile index bc7bad5..ee36f11 100644 --- a/accessibility/gail/Makefile +++ b/accessibility/gail/Makefile @@ -6,11 +6,10 @@ # PORTNAME= gail -PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTVERSION= 1.6.0 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.6 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -20,7 +19,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=13 USE_GNOME= gnomehack libgnomecanvas CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |