diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 09:22:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 09:22:10 +0000 |
commit | 868b29ea1bbe4cdadc6ded5831cd1f67485a11c4 (patch) | |
tree | 16a6fe8ceee891e85b2dee975fb4edb7d98cef9a | |
parent | Use the new USE_PKGCONFIG macro (diff) |
Convert to USE_PKGCONFIG= both
Notes
Notes:
svn path=/head/; revision=301555
-rw-r--r-- | devel/p5-ExtUtils-PkgConfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-ExtUtils-PkgConfig/Makefile b/devel/p5-ExtUtils-PkgConfig/Makefile index 22af059ce24e..2b379e7a410c 100644 --- a/devel/p5-ExtUtils-PkgConfig/Makefile +++ b/devel/p5-ExtUtils-PkgConfig/Makefile @@ -16,7 +16,7 @@ COMMENT= Simplistic interface to pkg-config LICENSE= LGPL3 -USE_GNOME= pkgconfig +USE_PKGCONFIG= both PERL_CONFIGURE= yes MAN3= ExtUtils::PkgConfig.3 |