diff options
author | marino <marino@FreeBSD.org> | 2014-05-30 19:15:36 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-05-30 19:15:36 +0800 |
commit | 7f264aee670792505c496ac39c2c62b54af6d930 (patch) | |
tree | 0a2956b8925547659481871bcee7bee89301f58d /accessibility | |
parent | 8d3897f429340a047de1a990879ccc02f2422add (diff) | |
download | freebsd-ports-gnome-7f264aee670792505c496ac39c2c62b54af6d930.tar.gz freebsd-ports-gnome-7f264aee670792505c496ac39c2c62b54af6d930.tar.zst freebsd-ports-gnome-7f264aee670792505c496ac39c2c62b54af6d930.zip |
accessibility/atk: now unbreak atk-reference
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/atk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index d72a2bece6b3..19221aac5dfb 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -12,11 +12,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME accessibility toolkit (ATK) +USES= tar:xz + .if !defined(REFERENCE_PORT) USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USES= gettext gmake pathfix pkgconfig tar:xz +USES+= gettext gmake pathfix pkgconfig USE_GNOME= gnomehier glib20 ltverhack referencehack introspection:build CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include |