Changeset 1876
- Timestamp:
- 05/08/08 13:50:29 (3 months ago)
- Files:
-
- 1 modified
-
pbibuild/modules/wine/preportmake.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/modules/wine/preportmake.sh
r1723 r1876 1 1 #!/bin/sh 2 2 3 mount -t devfs devfs /dev 4 5 # Make gmake first, since almost all progs require it 6 cd /usr/ports/devel/gmake 7 make clean 8 make install 9 rehash 10 11 cd /usr/ports/devel/qmake 12 make clean 13 make install 14 rehash 15 3 16 cd /usr/ports/x11/xorg 17 make clean 18 make install 19 20 cd /usr/ports/sysutils/hal 21 make clean 22 make 23 make install 24 25 cd /usr/ports/graphics/sane-backends 26 make install clean 27 28 cd /usr/ports/graphics/libgphoto2 29 make install clean 30 31 cd /usr/ports/graphics/lcms 32 make install clean 33 34 cd /usr/ports/net/openldap24-client 35 make install clean 36 37 cd /usr/ports/print/cups 38 make install clean 39 40 cd /usr/ports/graphics/png 41 make install clean 42 43 cd /usr/ports/graphics/jpeg 4 44 make install clean 5 45 6 46 cd /usr/ports/x11-fonts/dejavu 7 47 make install clean 48 49 umount /dev
