diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-01-15 07:42:05 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-01-15 07:42:05 -0200 |
commit | bae40f2da9cbcb8e75c11b228e936f3329a512a8 (patch) | |
tree | 15df03211037329c2b3eaabbb6350b9bcd1fb20d | |
parent | 12a8d1ca25ee3e04f6a2af3f8852d2aac3360d89 (diff) | |
download | pfsense-packages-bae40f2da9cbcb8e75c11b228e936f3329a512a8.tar.gz pfsense-packages-bae40f2da9cbcb8e75c11b228e936f3329a512a8.tar.bz2 pfsense-packages-bae40f2da9cbcb8e75c11b228e936f3329a512a8.zip |
Fix wrong <build_port_path>
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 51c2591d..829ef309 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -910,7 +910,7 @@ <depends_on_package>pkgconf-0.8.9.tbz</depends_on_package> <build_port_path>/usr/ports/devel/pkg-config</build_port_path> <depends_on_package>python27-2.7.2_3.tbz</depends_on_package> - <build_port_path>python27-2.7.3_6.tbz</build_port_path> + <build_port_path>/usr/ports/lang/python27</build_port_path> <build_pbi> <port>emulators/open-vm-tools-nox11</port> </build_pbi> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 50f251fc..86b78166 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -897,7 +897,7 @@ <depends_on_package>pkgconf-0.8.9.tbz</depends_on_package> <build_port_path>/usr/ports/devel/pkg-config</build_port_path> <depends_on_package>python27-2.7.2_3.tbz</depends_on_package> - <build_port_path>python27-2.7.3_6.tbz</build_port_path> + <build_port_path>/usr/ports/lang/python27</build_port_path> <build_pbi> <port>emulators/open-vm-tools-nox11</port> </build_pbi> |