diff options
author | dougb <dougb@FreeBSD.org> | 2012-08-22 08:12:21 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-08-22 08:12:21 +0800 |
commit | 6987657bdf9e14f39dcb13c300384d9ec27cc637 (patch) | |
tree | 723563ed041cdc383236d4543a155372865a0603 /textproc | |
parent | ac9ced3253810b478cfcf92ae9ad2446ed49c5f9 (diff) | |
download | freebsd-ports-gnome-6987657bdf9e14f39dcb13c300384d9ec27cc637.tar.gz freebsd-ports-gnome-6987657bdf9e14f39dcb13c300384d9ec27cc637.tar.zst freebsd-ports-gnome-6987657bdf9e14f39dcb13c300384d9ec27cc637.zip |
Without USE_PKGCONFIG= build, configure fails.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libvisio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/libvisio/Makefile b/textproc/libvisio/Makefile index 774a95469b74..f8424e8945a5 100644 --- a/textproc/libvisio/Makefile +++ b/textproc/libvisio/Makefile @@ -28,5 +28,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack USE_LDCONFIG= yes +USE_PKGCONFIG= build .include <bsd.port.mk> |