2012-02-28 16:06 UTC+0100 Viktor Szakats (harbour syenar.net)

* config/global.mk
    + detect rudix
This commit is contained in:
Viktor Szakats
2012-02-28 15:06:51 +00:00
parent 6842bba5c3
commit 7213c19b07
2 changed files with 7 additions and 0 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-02-28 16:06 UTC+0100 Viktor Szakats (harbour syenar.net)
* config/global.mk
+ detect rudix
2012-02-28 16:04 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbtip/client.prg
! typo

View File

@@ -1361,6 +1361,9 @@ ifeq ($(HB_HOST_PKGM),)
ifneq ($(wildcard /usr/local/bin/brew),)
HB_HOST_PKGM += homebrew
endif
ifneq ($(wildcard /usr/local/bin/rudix),)
HB_HOST_PKGM += rudix
endif
ifneq ($(wildcard /opt/local/bin/port),)
HB_HOST_PKGM += macports
endif