diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-12-01 19:18:14 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-12-01 19:18:14 -0200 |
commit | 8361d54a880ba771389a3bd9d8e4008ca1369b31 (patch) | |
tree | 61dc944841ab9601e99712b7b41d6da736e7fc99 /pkg_config.10.xml | |
parent | f9f0b2f31097db308a5b7affd8fc64738a246acd (diff) | |
download | pfsense-packages-8361d54a880ba771389a3bd9d8e4008ca1369b31.tar.gz pfsense-packages-8361d54a880ba771389a3bd9d8e4008ca1369b31.tar.bz2 pfsense-packages-8361d54a880ba771389a3bd9d8e4008ca1369b31.zip |
Move gcc to <ports_after> to have a cc wrapper created
Diffstat (limited to 'pkg_config.10.xml')
-rw-r--r-- | pkg_config.10.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_config.10.xml b/pkg_config.10.xml index f990fe05..3de363e7 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -575,8 +575,8 @@ <configurationfile>varnish_backends.xml</configurationfile> <depends_on_package_pbi>varnish-3.0.5_3-##ARCH##.pbi</depends_on_package_pbi> <build_pbi> - <ports_before>lang/gcc</ports_before> <port>www/varnish</port> + <ports_after>lang/gcc</ports_after> </build_pbi> <build_options>gcc_UNSET_FORCE=JAVA</build_options> </package> |