diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-02-17 01:03:54 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-02-17 01:03:54 (GMT) |
commit | fd06fb34d07459c574b8e9f71dac07782f8c6508 (patch) | |
tree | 542cec9f3632f4e77b29686368557abf8cf2444c /plugins/native | |
parent | 9a48a19e875375aa811d7d5f8e96c57f2adc65a6 (diff) | |
download | mxe-fd06fb34d07459c574b8e9f71dac07782f8c6508.zip mxe-fd06fb34d07459c574b8e9f71dac07782f8c6508.tar.gz mxe-fd06fb34d07459c574b8e9f71dac07782f8c6508.tar.bz2 |
glib2 darwin: remove unnecessary build req
fixed properly in 9a48a19e
Diffstat (limited to 'plugins/native')
-rw-r--r-- | plugins/native/glib2-macports.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/native/glib2-macports.mk b/plugins/native/glib2-macports.mk index 1427290..f09eaf2 100644 --- a/plugins/native/glib2-macports.mk +++ b/plugins/native/glib2-macports.mk @@ -13,8 +13,6 @@ $(PKG)_DEPS := $(PKG)_TARGETS := $(BUILD) $(PKG)_TYPE := source-only -MXE_REQS_PKGS += $(BUILD)~glib2-macports - define $(PKG)_UPDATE echo 'manually update glib2-macports as necessary' >&2; echo $(glib2-macports_VERSION) |