diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 16:39:59 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 16:39:59 +0000 |
commit | d164e5eed292f9d38bcae24ae5a022d4398498fb (patch) | |
tree | 0624ea58421e1b1ee60ff22ecb3eff4e2b60f382 /graphics | |
parent | f2e04afc00d5f1a1504497a0ba282336df14f721 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hugin/Makefile | 4 | ||||
-rw-r--r-- | graphics/multivideo/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index f974ec333233..9cbafc6a1c1c 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -22,8 +22,8 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ fftw:${PORTSDIR}/math/fftw \ - wx_gtk2:${PORTSDIR}/x11-toolkits/wxgtk2 \ - wx_gtk2_xrc:${PORTSDIR}/x11-toolkits/wxgtk2-contrib \ + wx_gtk2:${PORTSDIR}/x11-toolkits/wxgtk24 \ + wx_gtk2_xrc:${PORTSDIR}/x11-toolkits/wxgtk24-contrib \ boost_date_time:${PORTSDIR}/devel/boost RUN_DEPENDS= PTOptimizer:${PORTSDIR}/graphics/libpano12 \ PTStitcher:${PORTSDIR}/graphics/linux-panorama-tools diff --git a/graphics/multivideo/Makefile b/graphics/multivideo/Makefile index e03be24f3459..ddc74de3c023 100644 --- a/graphics/multivideo/Makefile +++ b/graphics/multivideo/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= An image sequence viewer -LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 +LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 WRKSRC= ${WRKDIR}/${PORTNAME} |