diff options
author | makc <makc@FreeBSD.org> | 2013-03-14 00:34:04 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-14 00:34:04 +0800 |
commit | 0cc64ad3249426a25d8389228a4f91e64440c719 (patch) | |
tree | 81d233aa02d8ac6001e0494a0ad55709077f0832 /devel | |
parent | cfe033534e17fadd5c99ba891790dac75ddcfdd6 (diff) | |
download | freebsd-ports-gnome-0cc64ad3249426a25d8389228a4f91e64440c719.tar.gz freebsd-ports-gnome-0cc64ad3249426a25d8389228a4f91e64440c719.tar.zst freebsd-ports-gnome-0cc64ad3249426a25d8389228a4f91e64440c719.zip |
Add build dependence on pkgconfig to make sure glib is properly detected.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/qt4-qt3support/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/qt4-qt3support/Makefile b/devel/qt4-qt3support/Makefile index d642d5b17e4b..59d3b404b71b 100644 --- a/devel/qt4-qt3support/Makefile +++ b/devel/qt4-qt3support/Makefile @@ -9,6 +9,7 @@ PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt3 compatibility library +USE_PKGCONFIG= build USE_QT4= qmake_build moc_build corelib gui network sql xml QT_NONSTANDARD= yes QT_DIST= yes |