diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 18:13:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 18:13:19 +0800 |
commit | 72f7ac5d01a9cb439c24865aa14548a9a32d64bd (patch) | |
tree | b8061c4bd911cb2507a3cc6b0ebdc773e91473b7 /devel/glib20 | |
parent | 9f4360087a3911299913e91f497b00b304eed2bf (diff) | |
download | freebsd-ports-gnome-72f7ac5d01a9cb439c24865aa14548a9a32d64bd.tar.gz freebsd-ports-gnome-72f7ac5d01a9cb439c24865aa14548a9a32d64bd.tar.zst freebsd-ports-gnome-72f7ac5d01a9cb439c24865aa14548a9a32d64bd.zip |
Convert devel to USES=pkgconfig
Diffstat (limited to 'devel/glib20')
-rw-r--r-- | devel/glib20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 103dd28d82b6..125b60e1736e 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -28,7 +28,7 @@ USE_GETTEXT= yes USE_ICONV= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_PKGCONFIG= build +USES= pkgconfig USE_GNOME= gnomehack ltverhack USE_GMAKE= yes MAKE_JOBS_SAFE= yes |