diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 5 | ||||
-rw-r--r-- | graphics/kdegraphics3/distinfo | 2 | ||||
-rw-r--r-- | graphics/kdegraphics4/Makefile | 5 | ||||
-rw-r--r-- | graphics/kdegraphics4/distinfo | 2 |
4 files changed, 12 insertions, 2 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index eecb35b6a6a1..bb75f8b08cd3 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -23,6 +23,7 @@ KDE_BUILD_PLIST=yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 @@ -67,6 +68,7 @@ WITH_SANE?= yes .if defined(WITH_SANE) LIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends PLIST_APPEND+= plist.sane +RUN_DEPENDS= ${LOCALBASE}/bin/gocr:${PORTSDIR}/graphics/gocr .else pre-everything:: @${ECHO_MSG} @@ -77,4 +79,7 @@ pre-everything:: @${ECHO_MSG} .endif # defined(WITH_SANE) +pre-configure:: + ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure + .include <bsd.port.post.mk> diff --git a/graphics/kdegraphics3/distinfo b/graphics/kdegraphics3/distinfo index c9dfa5ea5e0a..3293f5b71de9 100644 --- a/graphics/kdegraphics3/distinfo +++ b/graphics/kdegraphics3/distinfo @@ -1 +1 @@ -MD5 (KDE/kdegraphics-3.1.2.tar.bz2) = 05a791e5b685e35d3e05d23d2d467678 +MD5 (KDE/kdegraphics-3.1.3.tar.bz2) = 14afcd5713481b19a5a9908e522445de diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index eecb35b6a6a1..bb75f8b08cd3 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -23,6 +23,7 @@ KDE_BUILD_PLIST=yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 @@ -67,6 +68,7 @@ WITH_SANE?= yes .if defined(WITH_SANE) LIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends PLIST_APPEND+= plist.sane +RUN_DEPENDS= ${LOCALBASE}/bin/gocr:${PORTSDIR}/graphics/gocr .else pre-everything:: @${ECHO_MSG} @@ -77,4 +79,7 @@ pre-everything:: @${ECHO_MSG} .endif # defined(WITH_SANE) +pre-configure:: + ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure + .include <bsd.port.post.mk> diff --git a/graphics/kdegraphics4/distinfo b/graphics/kdegraphics4/distinfo index c9dfa5ea5e0a..3293f5b71de9 100644 --- a/graphics/kdegraphics4/distinfo +++ b/graphics/kdegraphics4/distinfo @@ -1 +1 @@ -MD5 (KDE/kdegraphics-3.1.2.tar.bz2) = 05a791e5b685e35d3e05d23d2d467678 +MD5 (KDE/kdegraphics-3.1.3.tar.bz2) = 14afcd5713481b19a5a9908e522445de |