diff options
Diffstat (limited to 'app/emulation/wine/wine.mkbuild')
-rw-r--r-- | app/emulation/wine/wine.mkbuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/emulation/wine/wine.mkbuild b/app/emulation/wine/wine.mkbuild index 398b253..17ee7d3 100644 --- a/app/emulation/wine/wine.mkbuild +++ b/app/emulation/wine/wine.mkbuild @@ -17,7 +17,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/wine/wine-1.1.19.tar.bz2" +[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/wine/wine-1.1.22.tar.bz2" # Source base name. if different from package name. Null ("") to default value. # Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' @@ -76,6 +76,10 @@ [[DECOMPRESSOR TEST FLAG]]="" # +# Dependency list input +[[SLACK REQUIRED]]="freetype" + +# # Documentation files. Null ("") to auto-set commom doc-files: # NEWS TODO README AUTHORS INSTALL ChangeLog MAINTAINERS COPYING readme.* [[DOCUMENTATION FILES]]="" @@ -90,7 +94,7 @@ # # Number of jobs -[[NUMBER OF JOBS]]="-j4" +[[NUMBER OF JOBS]]="-j3" #--------------------- # Others changes |