diff options
Diffstat (limited to 'accessibility/gail/Makefile')
-rw-r--r-- | accessibility/gail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile index c3bc70d3d825..0fcd0f076d22 100644 --- a/accessibility/gail/Makefile +++ b/accessibility/gail/Makefile @@ -8,7 +8,7 @@ PORTNAME= gail PORTVERSION= 1.22.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -22,7 +22,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) USE_GETTEXT= yes -USE_XLIB= yes +USE_XORG= x11 xext USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 |