diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-27 14:21:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-27 14:21:06 +0000 |
commit | e34e27fec0d6a9d6018a7f09544017a83964421c (patch) | |
tree | b368e53d0b61fb57012f0fc823cc4f83f9c1fe8b /x11-toolkits/gtkextra2 | |
parent | 9a07d271c00c4b6bc31c481c6b37c2c8fcdbac32 (diff) |
Add some explicit USE_PKGCONFIG=build
Notes
Notes:
svn path=/head/; revision=301619
Diffstat (limited to 'x11-toolkits/gtkextra2')
-rw-r--r-- | x11-toolkits/gtkextra2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gtkextra2/Makefile b/x11-toolkits/gtkextra2/Makefile index 374e8893e010..727847a7dfd7 100644 --- a/x11-toolkits/gtkextra2/Makefile +++ b/x11-toolkits/gtkextra2/Makefile @@ -20,6 +20,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_CSTD= gnu89 USE_LDCONFIG= yes +USE_PKGCONFIG= build LATEST_LINK= gtkextra2 DOCSDIR= ${PREFIX}/share/doc/gtkextra2 |