diff options
author | John Marino <marino@FreeBSD.org> | 2014-05-30 10:01:56 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-05-30 10:01:56 +0000 |
commit | 3069b35502e5fd3cba6648cc96f310db2d0a3254 (patch) | |
tree | d02edf0303edbf1d47e0a4a1fa41344d5dbe5bcf /accessibility/atk | |
parent | 06b57d03bc63738d38605c698930290c13719acd (diff) | |
download | ports-3069b35502e5fd3cba6648cc96f310db2d0a3254.tar.gz ports-3069b35502e5fd3cba6648cc96f310db2d0a3254.zip |
Notes
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 |