Revision
72825
Author
jeremyhu@macports.org
Date
2010-10-27 23:29:20 -0700 (Wed, 27 Oct 2010)

Log Message

xorg-libsm: Remove --enable/disable-specs since it's not an option in this module

Modified Paths

Diff

Modified: trunk/dports/x11/xorg-libsm/Portfile (72824 => 72825)


--- trunk/dports/x11/xorg-libsm/Portfile	2010-10-28 06:24:19 UTC (rev 72824)
+++ trunk/dports/x11/xorg-libsm/Portfile	2010-10-28 06:29:20 UTC (rev 72825)
@@ -32,8 +32,7 @@
 	--without-libuuid \
 	--without-xmlto \
 	--without-fop \
-	--disable-docs \
-	--disable-specs
+	--disable-docs
 
 build.args V=1
 
@@ -51,14 +50,12 @@
 	configure.args-delete \
 		--without-xmlto \
 		--without-fop \
-		--disable-docs \
-		--disable-specs
+		--disable-docs
 
 	configure.args-append \
 		--with-xmlto \
 		--with-fop \
-		--enable-docs \
-		--enable-specs
+		--enable-docs
 
 	configure.env-append \
 		XMLTO="${prefix}/bin/xmlto" \