diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2015-04-12 01:20:44 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2015-04-12 01:20:44 +0000 |
commit | 6bbdbbc328de664475f554b3b605d629cc38ebbc (patch) | |
tree | 8caecbbc301b8692ed2ebeae3644d2b2b6cb4b2c /textproc/libyaml | |
parent | c82923d41ed29b02aa74675de8f44829bc1f1494 (diff) | |
download | ports-6bbdbbc328de664475f554b3b605d629cc38ebbc.tar.gz ports-6bbdbbc328de664475f554b3b605d629cc38ebbc.zip |
Notes
Diffstat (limited to 'textproc/libyaml')
-rw-r--r-- | textproc/libyaml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libyaml/Makefile b/textproc/libyaml/Makefile index 7d4d0ba4321d..749c21685995 100644 --- a/textproc/libyaml/Makefile +++ b/textproc/libyaml/Makefile @@ -16,7 +16,8 @@ LICENSE= MIT GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool pathfix +USES= cpe libtool pathfix +CPE_VENDOR= pyyaml USE_LDCONFIG= yes .include <bsd.port.mk> |