Revision
94868
Author
krischik@macports.org
Date
2012-07-01 14:36:22 -0700 (Sun, 01 Jul 2012)

Log Message

need to install poppler seperatly.

Modified Paths

Diff

Modified: users/krischik/Utilities/Install_Player.command (94867 => 94868)


--- users/krischik/Utilities/Install_Player.command	2012-07-01 21:23:16 UTC (rev 94867)
+++ users/krischik/Utilities/Install_Player.command	2012-07-01 21:36:22 UTC (rev 94868)
@@ -14,6 +14,12 @@
     Update_Packages
 
     for I in									    \
+	"poppler"
+    do
+	Install_Update ${=I} "${General_Variants}"
+    done; unset I
+    
+    for I in									    \
 	"MPlayer +aa+caca+dts+mencoder_extras+esd+fribidi+live+osd+sdl+smb+speex"   \
 	"avidemux +aac+dts+esd+jack+lame+ogg+x264+xvid"				    \
 	"VLC +huge+qt4"

Modified: users/krischik/Utilities/Install_VIM.command (94867 => 94868)


--- users/krischik/Utilities/Install_VIM.command	2012-07-01 21:23:16 UTC (rev 94867)
+++ users/krischik/Utilities/Install_VIM.command	2012-07-01 21:36:22 UTC (rev 94868)
@@ -13,8 +13,8 @@
 if test "${USER}" = "root"; then
     port select gcc gcc42
 
-    #Update_Tree;
-    #Update_Packages;
+    Update_Tree;
+    Update_Packages;
 
     for I in					\
 	"gnutar ${=General_Variants}"		\