[36123] trunk/dports/graphics/potrace/Portfile

ecronin at macports.org ecronin at macports.org
Fri Apr 18 14:39:41 PDT 2008


Revision: 36123
          http://trac.macosforge.org/projects/macports/changeset/36123
Author:   ecronin at macports.org
Date:     2008-04-18 14:39:40 -0700 (Fri, 18 Apr 2008)

Log Message:
-----------
graphics/potrace: make lint happy

Modified Paths:
--------------
    trunk/dports/graphics/potrace/Portfile

Modified: trunk/dports/graphics/potrace/Portfile
===================================================================
--- trunk/dports/graphics/potrace/Portfile	2008-04-18 21:27:54 UTC (rev 36122)
+++ trunk/dports/graphics/potrace/Portfile	2008-04-18 21:39:40 UTC (rev 36123)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem			1.0
+
 name				potrace
 version				1.8
 categories			graphics
@@ -38,11 +39,14 @@
 		NEWS README ${destroot}${prefix}/share/doc/${name}
 }
 
-variant metric_default {
+variant metric_default \
+	description {compile potrace with centimeters as the default unit \
+    	instead of inches.} { \
 	configure.args-append	--enable-metric
 }
 
-variant a4_default {
+variant a4_default \
+	description {compile potrace with A4 as the default page size.} { \
 	configure.args-append	--enable-a4
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080418/4d5e69c4/attachment.html


More information about the macports-changes mailing list