[Lunar-commits] <moonbase> pcb: A little adjustment in the DEPENDS and BUILD.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Jun 2 17:08:26 CEST 2010


commit 93d35f0d4f591b3310966f2463fe07c3339d49b0
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Jun 2 11:08:26 2010 -0400

    pcb: A little adjustment in the DEPENDS and BUILD.
---
 science/pcb/BUILD   |    2 +-
 science/pcb/DEPENDS |    9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/science/pcb/BUILD b/science/pcb/BUILD
index c814a01..d86c2cb 100644
--- a/science/pcb/BUILD
+++ b/science/pcb/BUILD
@@ -1,6 +1,6 @@
 (
 
-  OPTS="$OPTS --enable-dbus"
+  OPTS="$OPTS --enable-dbus --enable-toporouter-output --enable-m4lib-png --with-xdgdatadir=$XDG_DATA_DIRS" &&
 
   default_build
 
diff --git a/science/pcb/DEPENDS b/science/pcb/DEPENDS
index 691df7d..f88f641 100644
--- a/science/pcb/DEPENDS
+++ b/science/pcb/DEPENDS
@@ -1,4 +1,7 @@
-depends m4    &&
-depends flex  &&
-depends bison &&
+depends m4    
+depends flex  
+depends bison 
 depends gd
+
+optional_depends gerbv       "" "" "for viewing Gerbv files"
+optional_depends ImageMagick "" "" "for graphics support"


More information about the Lunar-commits mailing list