diff options
author | marino <marino@FreeBSD.org> | 2014-05-30 18:01:56 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-05-30 18:01:56 +0800 |
commit | 58afba299271a42a9f33a14e06faf85181ad1e3b (patch) | |
tree | d02edf0303edbf1d47e0a4a1fa41344d5dbe5bcf /accessibility/atk | |
parent | 6f72c1778e572b450311e244596106c0cf75a450 (diff) | |
download | freebsd-ports-gnome-58afba299271a42a9f33a14e06faf85181ad1e3b.tar.gz freebsd-ports-gnome-58afba299271a42a9f33a14e06faf85181ad1e3b.tar.zst freebsd-ports-gnome-58afba299271a42a9f33a14e06faf85181ad1e3b.zip |
accessibility/atk: Unbreak
Diffstat (limited to 'accessibility/atk')
-rw-r--r-- | accessibility/atk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 6930b50dc508..d72a2bece6b3 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -12,13 +12,11 @@ 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 +USES= gettext gmake pathfix pkgconfig tar:xz USE_GNOME= gnomehier glib20 ltverhack referencehack introspection:build CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include |