Changeset 82198
- Timestamp:
- 08/10/11 05:20:24 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/audio/julius/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/audio/julius/Portfile
r78555 r82198 6 6 name julius 7 7 version 4.2 8 revision 1 8 9 categories audio japanese 9 10 platforms darwin 10 maintainers nomaintainer11 maintainers hum openmaintainer 11 12 license BSD 12 13 … … 29 30 patchfiles patch-configure.diff 30 31 32 depends_lib port:libiconv 33 31 34 # Note: '--enable-words-int' should be declared ahead of '--with-mictype'. 32 35 variant words_int description {Use integer for word ID to extend vocabulary limit} { … … 40 43 41 44 platform darwin 10 { 45 depends_lib-append port:portaudio 46 configure.args-append --with-mictype=portaudio 47 } 48 49 platform darwin 11 { 42 50 depends_lib-append port:portaudio 43 51 configure.args-append --with-mictype=portaudio
Note: See TracChangeset
for help on using the changeset viewer.

