cvs commit: ports/lang/guile Makefile

Joe Marcus Clarke marcus at FreeBSD.org
Sat Mar 1 23:27:43 UTC 2008


marcus      2008-03-01 23:27:42 UTC

  FreeBSD ports repository

  Modified files:
    lang/guile           Makefile 
  Log:
  This one is sneaky.  Guile depends on gmake which brings in gettext.  Guile
  detects gettext and links to it.  However, gettext was not a RUN_DEPENDS
  or LIB_DEPENDS, so other packages which don't already install gettext
  fail.
  
  Fix this by adding USE_GETTEXT.
  
  Reported by:    pointyhat via erwin
  
  Revision  Changes    Path
  1.68      +2 -1      ports/lang/guile/Makefile


More information about the cvs-ports mailing list