diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 17:16:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 17:16:52 +0000 |
commit | 0ae2b71ef992ee181885c20c01a1e10c5d7c3114 (patch) | |
tree | bbde0486e3dbb2475e7a3eb17840f0f75c8a280c /textproc/redland-bindings | |
parent | 265b064904837fa07b022ad24cff2d4a0a3e78c4 (diff) | |
download | ports-0ae2b71ef992ee181885c20c01a1e10c5d7c3114.tar.gz ports-0ae2b71ef992ee181885c20c01a1e10c5d7c3114.zip |
Notes
Diffstat (limited to 'textproc/redland-bindings')
-rw-r--r-- | textproc/redland-bindings/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/redland-bindings/Makefile b/textproc/redland-bindings/Makefile index 4c154ddcceef..e7c361a02680 100644 --- a/textproc/redland-bindings/Makefile +++ b/textproc/redland-bindings/Makefile @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= PERL PHP PYTHON RUBY OPTIONS_DEFAULT=PYTHON -USES= pkgconf +USES= pkgconfig .include <bsd.port.options.mk> |