diff options
author | John Marino <marino@FreeBSD.org> | 2014-10-20 08:12:20 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-10-20 08:12:20 +0000 |
commit | badd7a1eba6479ee7b956567b6e8eb149be43671 (patch) | |
tree | 6661e7ce62892409aaddb9d650570241a1b6af3c /accessibility | |
parent | 8da45592599ee1bb93b867bd1fff95633295b472 (diff) |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/speech-dispatcher/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile index 2449529aaf9b..acadbd790d8f 100644 --- a/accessibility/speech-dispatcher/Makefile +++ b/accessibility/speech-dispatcher/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libdotconf.so:${PORTSDIR}/devel/dotconf \ # gnomehier is required because of share/sounds directory. USE_GNOME= glib20 gnomehier intltool -USES= gettext gmake pathfix pkgconfig libtool +USES= alias gettext gmake pathfix pkgconfig libtool GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |