diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-26 23:01:43 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-12-22 21:19:00 (GMT) |
commit | 7c7e3d5f348a9ef160e73e41cc028d765fb3e18d (patch) | |
tree | 52a60878bec0fff56fa7b7cc2a1f722496cbef44 /plugins | |
parent | 05be27ff7c67169fb168fd9deac28e718ff415b1 (diff) | |
download | mxe-7c7e3d5f348a9ef160e73e41cc028d765fb3e18d.zip mxe-7c7e3d5f348a9ef160e73e41cc028d765fb3e18d.tar.gz mxe-7c7e3d5f348a9ef160e73e41cc028d765fb3e18d.tar.bz2 |
rename archive pkg-type to source-only for clarity
archive could imply a deprecated package
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/native/glib2-macports.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/native/glib2-macports.mk b/plugins/native/glib2-macports.mk index 3ae26a9..f09eaf2 100644 --- a/plugins/native/glib2-macports.mk +++ b/plugins/native/glib2-macports.mk @@ -11,7 +11,7 @@ $(PKG)_FILE := glib2-$($(PKG)_VERSION)_0.darwin_16.x86_64.tbz2 $(PKG)_URL := https://packages.macports.org/glib2/glib2-$($(PKG)_VERSION)_0.darwin_16.x86_64.tbz2 $(PKG)_DEPS := $(PKG)_TARGETS := $(BUILD) -$(PKG)_TYPE := archive +$(PKG)_TYPE := source-only define $(PKG)_UPDATE echo 'manually update glib2-macports as necessary' >&2; |