diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 00:47:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 00:47:20 +0000 |
commit | 035f1751418b785c5c257f3d3a82f58b55c8c272 (patch) | |
tree | b17dfd7552bd1d63bed44f1bcae8ef9f527067a1 /accessibility/dasher/Makefile | |
parent | Cache more GNU configure tests, obtained from gettext and openssh configure s... (diff) |
Finish converting accessibility from USE_GMAKE to USES=gmake
While here:
- trim some headers
- convert from USE_GNOME=pkgconfig to USES=pkgconfig
Diffstat (limited to 'accessibility/dasher/Makefile')
-rw-r--r-- | accessibility/dasher/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index 692c11159d45..0e48ecfd0b0c 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_BZIP2= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \ libwnck gnomedocutils WANT_GNOME= yes |