aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/speech-dispatcher
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-10-20 16:12:20 +0800
committermarino <marino@FreeBSD.org>2014-10-20 16:12:20 +0800
commit90869355c500df46e3b6017d8e0b1a2db48a1ce8 (patch)
tree6661e7ce62892409aaddb9d650570241a1b6af3c /accessibility/speech-dispatcher
parentb8ee2cf998a8f43df9486683be50e802f6f40bfa (diff)
downloadfreebsd-ports-gnome-90869355c500df46e3b6017d8e0b1a2db48a1ce8.tar.gz
freebsd-ports-gnome-90869355c500df46e3b6017d8e0b1a2db48a1ce8.tar.zst
freebsd-ports-gnome-90869355c500df46e3b6017d8e0b1a2db48a1ce8.zip
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket)
Diffstat (limited to 'accessibility/speech-dispatcher')
-rw-r--r--accessibility/speech-dispatcher/Makefile2
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