Changeset 81860
- Timestamp:
- 08/06/11 00:24:40 (4 years ago)
- File:
-
- 1 edited
-
users/dports/ports/tex/texlive-bin/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
users/dports/ports/tex/texlive-bin/Portfile
r81858 r81860 200 200 if { [file exists ${texlive_texmfmain}/scripts/tetex/updmap.pl] 201 201 && ![catch {set vers [lindex [registry_active texlive-basic] 0]}] 202 && [rpm-vercomp [lindex $vers 1] 2 011] < 0} {202 && [rpm-vercomp [lindex $vers 1] 23152] < 0} { 203 203 set deactivate_proc registry_deactivate_composite 204 204 if {[info commands registry_deactivate_composite] == {}} { … … 224 224 variant x11 conflicts no_x11 description {Build with x11 support, using Xaw widgets for xdvi} { 225 225 depends_lib-append port:xorg-libXp 226 configure.args-delete --without-x --without-pdfopen 226 configure.args-delete --without-x --without-pdfopen 227 227 depends_lib-append port:xorg-libXaw 228 228 configure.args-append --with-xdvi-x-toolkit=xaw 229 229 } 230 230 231 variant motif conflicts no_x11 xaw xaw3d nextawdescription {Use Motif to build xdvi} {231 variant motif requires x11 description {Use Motif to build xdvi} { 232 232 depends_lib-delete port:xorg-libXaw 233 233 configure.args-delete --with-xdvi-x-toolkit=xaw
Note: See TracChangeset
for help on using the changeset viewer.

