Bug 160248 - www/rt38 Makefile typo fails to register GraphViz dependency
Summary: www/rt38 Makefile typo fails to register GraphViz dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-28 03:30 UTC by Vick Khera
Modified: 2011-08-28 15:00 UTC (History)
0 users

See Also:


Attachments
file.diff (325 bytes, patch)
2011-08-28 03:30 UTC, Vick Khera
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vick Khera 2011-08-28 03:30:11 UTC
	

when installing www/rt38, one option is to enable GraphViz support.  The
Makefile has a typo that prevents the dependencies from being installed and
registered.

How-To-Repeat: 	

select GRAPHVIZ option when building RT38 port
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-28 03:30:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-28 14:58:25 UTC
flo         2011-08-28 13:58:16 UTC

  FreeBSD ports repository

  Modified files:
    www/rt38             Makefile 
  Log:
  - fix typo GRAPVIZ_DEPS -> GRAPHVIZ_DEPS
  - bump PORTREVISION
  
  PR:             ports/160248
  Submitted by:   Vivek Khera <vivek@khera.org>
  
  Revision  Changes    Path
  1.41      +3 -3      ports/www/rt38/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Florian Smeets freebsd_committer freebsd_triage 2011-08-28 14:58:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!