diff options
author | John Marino <marino@FreeBSD.org> | 2014-05-30 11:15:36 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-05-30 11:15:36 +0000 |
commit | fc398ca8258c864dc0745ceee4b6ccc59286584c (patch) | |
tree | 0a2956b8925547659481871bcee7bee89301f58d | |
parent | 5fae8a87f1bf52fc708cd1c1c27344eaf7dce885 (diff) |
Notes
-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 |