diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:04:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:04:00 +0000 |
commit | 83021732317b2ba7b8c7b282f63433710942e378 (patch) | |
tree | 96bf111a2c4bd2fb8f21e7bd11b5e29e623151fd /graphics/xmedcon | |
parent | 77aed62c7dd85849d79f39424870b45a07e0a078 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326089
Diffstat (limited to 'graphics/xmedcon')
-rw-r--r-- | graphics/xmedcon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile index aa13ad66681c..89e61f6f2aad 100644 --- a/graphics/xmedcon/Makefile +++ b/graphics/xmedcon/Makefile @@ -25,6 +25,7 @@ INTERFILE_DESC= With InterFile 3.3 INW_DESC= With INW (RUG) USE_BZIP2= yes +USES= pkgconfig USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --includedir=${PREFIX}/include/xmedcon \ --enable-llcheck |