diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-04-28 13:52:53 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-04-28 13:52:53 +0000 |
commit | c9be6e281cfcdd7ddbcf5915000a7e090fcb1749 (patch) | |
tree | 63d25840c645400c90cab8067c280dc9ab3fa794 /accessibility | |
parent | cd8acd0e803405a5302aad29562691c0ee154965 (diff) | |
download | ports-c9be6e281cfcdd7ddbcf5915000a7e090fcb1749.tar.gz ports-c9be6e281cfcdd7ddbcf5915000a7e090fcb1749.zip |
Add pkgconfig
Notes
Notes:
svn path=/head/; revision=316722
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/gnome-speech/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/gnome-speech/Makefile b/accessibility/gnome-speech/Makefile index fe53fd9127a0..5d5452fa877c 100644 --- a/accessibility/gnome-speech/Makefile +++ b/accessibility/gnome-speech/Makefile @@ -14,7 +14,7 @@ COMMENT= GNOME text-to-speech API USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix libbonobo -USES= pathfix +USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static |