summaryrefslogtreecommitdiff
path: root/x11/wxGTK26/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
2015-10-24Retire wxGTK26.joerg1-55/+0
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-24Add missing pangox-compat dependency in wxGTK24 and wxGTK26.joerg1-1/+2
Recursive bump for the new dependency.
2011-01-12Mention which files include this.wiz1-1/+3
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2008-09-22Update references for x11/wxGTK -> x11/wxGTK26 move.joerg1-3/+3
2008-09-22Reimport x11/wxGTK as x11/wxGTK26.joerg1-0/+54