diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:58:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:58:16 +0000 |
commit | f2b85008daac9e53516862b261e6e2d1f491c374 (patch) | |
tree | 4953b7feaf7130581f51fe4f91c8154af688bc9f /x11-toolkits/libsexymm | |
parent | d31d5a9564190163081a323d423b1983b9cb4bc4 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326113
Diffstat (limited to 'x11-toolkits/libsexymm')
-rw-r--r-- | x11-toolkits/libsexymm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/libsexymm/Makefile b/x11-toolkits/libsexymm/Makefile index 5f8b4de589e4..473cbab6b8ab 100644 --- a/x11-toolkits/libsexymm/Makefile +++ b/x11-toolkits/libsexymm/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= gtkmm-2:${PORTSDIR}/x11-toolkits/gtkmm24 \ sexy:${PORTSDIR}/x11-toolkits/libsexy USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes |