diff options
author | bapt <bapt@FreeBSD.org> | 2012-07-27 20:53:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-07-27 20:53:31 +0800 |
commit | fb5d058d2b45436543377d0854ad3cdc46d9814f (patch) | |
tree | 481f15f94216175dcf45fe22bd33f402a993f740 /textproc | |
parent | b2d6c717fdaf14bc97dfb18c9cb3a72ad0e4a396 (diff) | |
download | freebsd-ports-gnome-fb5d058d2b45436543377d0854ad3cdc46d9814f.tar.gz freebsd-ports-gnome-fb5d058d2b45436543377d0854ad3cdc46d9814f.tar.zst freebsd-ports-gnome-fb5d058d2b45436543377d0854ad3cdc46d9814f.zip |
use PKGCONFIG macro
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mythes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/mythes/Makefile b/textproc/mythes/Makefile index 548d4eeb228d..056faa9955f2 100644 --- a/textproc/mythes/Makefile +++ b/textproc/mythes/Makefile @@ -16,7 +16,8 @@ COMMENT= Simple thesaurus library LIB_DEPENDS= hunspell-1.3:${PORTSDIR}/textproc/hunspell -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack +USE_PKGCONFIG= build USE_LDCONFIG= yes GNU_CONFIGURE= yes |