[28612] trunk/dports/sysutils/rpm/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 4 13:28:48 PDT 2007


Revision: 28612
          http://trac.macosforge.org/projects/macports/changeset/28612
Author:   afb at macports.org
Date:     2007-09-04 13:28:48 -0700 (Tue, 04 Sep 2007)

Log Message:
-----------
do not generate docs, even if doxygen happens to be installed

Modified Paths:
--------------
    trunk/dports/sysutils/rpm/Portfile

Modified: trunk/dports/sysutils/rpm/Portfile
===================================================================
--- trunk/dports/sysutils/rpm/Portfile	2007-09-04 20:19:04 UTC (rev 28611)
+++ trunk/dports/sysutils/rpm/Portfile	2007-09-04 20:28:48 UTC (rev 28612)
@@ -37,7 +37,9 @@
 configure.args		--disable-nls --without-javaglue --without-included-gettext \
 			--with-libintl-prefix=${prefix} --with-libiconv-prefix=${prefix} \
 			--mandir=${prefix}/share/man --infodir=${prefix}/share/info \
-			--with-python=2.4 --with-perl=5.8.8 --sysconfdir=${prefix}/etc
+			--with-python=2.4 --with-perl --without-apidocs \
+			--sysconfdir=${prefix}/etc
+
 			# needed because it checks for sqlite3_open in sqlite lib...
 configure.env		ac_cv_lib_sqlite_sqlite3_open=yes
 
@@ -111,5 +113,6 @@
 
 variant docs {
 	depends_run-append bin:doxygen:doxygen
+	configure.args-delete --without-apidocs
 	configure.args-append --with-apidocs
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070904/803977c8/attachment.html


More information about the macports-changes mailing list