diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /accessibility/at-spi | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'accessibility/at-spi')
-rw-r--r-- | accessibility/at-spi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index 37821e5b3f62..e5fdf79e6e96 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -8,7 +8,7 @@ PORTNAME= at-spi 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/} @@ -25,7 +25,7 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomehier intltool gail libbonobo \ intlhack -USE_XLIB= yes +USE_XORG= x11 xtst USE_PYTHON= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes |