Skip to content

Commit

Permalink
allow fltk or fltk-devel to satisfy dependency, since they're now bot…
Browse files Browse the repository at this point in the history
…h 1.3.x versions

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@97652 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
ryandesign committed Sep 10, 2012
1 parent 6ab6550 commit 253be5e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion math/octave-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ variant x11 description {Enable use of X11} {
}

variant fltk description {Include FLTK for graphical front-end} {
depends_lib-append port:fltk-devel
depends_lib-append path:lib/libfltk.dylib:fltk
depends_run-append port:epstool \
port:transfig \
port:pstoedit
Expand Down
2 changes: 1 addition & 1 deletion math/pari/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ variant x11 conflicts fltk description {Build with X11 support for the high-reso
# Plotting works with fltk @1.1.10_3, but the GUI part freezes
# (a Force Quit is needed).
variant fltk conflicts x11 description {Build with FLTK support for the high-resolution plotting functions} {
depends_lib-append port:fltk
depends_lib-append path:lib/libfltk.dylib:fltk
configure.args-delete --graphic=none
configure.args-append --graphic=fltk
}
Expand Down
2 changes: 1 addition & 1 deletion multimedia/lmms/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ depends_lib-append port:libsndfile \
port:fftw-3-single \
port:fluidsynth \
port:jack \
port:fltk-devel
path:lib/libfltk.dylib:fltk

patchfiles patch-qt-include.diff \
patch-zynaddsubfx-CMakeLists.txt.diff
Expand Down
2 changes: 1 addition & 1 deletion science/gmsh-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ post-build {
depends_lib \
port:mesa \
port:libpng \
port:fltk-devel\
path:lib/libfltk.dylib:fltk \
port:jpeg \
port:zlib \
port:texinfo
2 changes: 1 addition & 1 deletion science/gmsh/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ post-build {
depends_lib \
port:mesa \
port:libpng \
port:fltk-devel\
path:lib/libfltk.dylib:fltk \
port:jpeg \
port:zlib \
port:texinfo
2 changes: 1 addition & 1 deletion science/playerstage-stage/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ checksums md5 ca93c7c9746354679829092640c49ec6 \
rmd160 c0143cbcb5365110f7990fee27c3537cdad3a433

depends_build-append port:pkgconfig \
port:fltk
path:lib/libfltk.dylib:fltk

depends_lib port:playerstage-player \
port:libtool \
Expand Down
2 changes: 1 addition & 1 deletion x11/xdiskusage/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ master_sites ${homepage}
extract.suffix .tgz
checksums md5 a902aa9d73761ade98256c3cd5c1f533

depends_lib port:fltk
depends_lib path:lib/libfltk.dylib:fltk

patchfiles patch-configure.in.diff \
patch-xdiskusage.C.diff
Expand Down

0 comments on commit 253be5e

Please sign in to comment.