diff options
author | flz <flz@FreeBSD.org> | 2009-01-25 17:34:29 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-01-25 17:34:29 +0800 |
commit | bfed7b77549ef13aace0383bf1efc26a9740d879 (patch) | |
tree | cded5b105fd708bcff0b857110c944acebaf79d9 /accessibility | |
parent | ad1830d5bf9d56e0c4e4885df492b5f341e322bd (diff) | |
download | freebsd-ports-gnome-bfed7b77549ef13aace0383bf1efc26a9740d879.tar.gz freebsd-ports-gnome-bfed7b77549ef13aace0383bf1efc26a9740d879.tar.zst freebsd-ports-gnome-bfed7b77549ef13aace0383bf1efc26a9740d879.zip |
Fix build after X.org 7.4 merge.
Reported by: pointyhat via pav via miwi
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/kdeaccessibility/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accessibility/kdeaccessibility/Makefile b/accessibility/kdeaccessibility/Makefile index 69955160a2fc..17ecd2bab198 100644 --- a/accessibility/kdeaccessibility/Makefile +++ b/accessibility/kdeaccessibility/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdeaccessibility PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES= accessibility kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -18,6 +19,7 @@ COMMENT= Accessibility applications for KDE USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} +USE_XORG= xtst USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes |