diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-28 23:30:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-28 23:30:02 +0000 |
commit | 811085b6cd96b6d0b569f2e3990d9821a491f746 (patch) | |
tree | 72c9f66e0e67546b7122befd4d6aff8ea648c3d4 /graphics/xmedcon | |
parent | 703eddaf984f353bb76d3319231903c14726fc57 (diff) | |
download | ports-811085b6cd96b6d0b569f2e3990d9821a491f746.tar.gz ports-811085b6cd96b6d0b569f2e3990d9821a491f746.zip |
Notes
Diffstat (limited to 'graphics/xmedcon')
-rw-r--r-- | graphics/xmedcon/Makefile | 6 | ||||
-rw-r--r-- | graphics/xmedcon/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile index 66ea33aca58c..54d5b19c76e0 100644 --- a/graphics/xmedcon/Makefile +++ b/graphics/xmedcon/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xmedcon -PORTVERSION= 0.10.4 -PORTREVISION= 2 +PORTVERSION= 0.10.5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/XMedCon-Source/${PORTVERSION} @@ -28,7 +27,6 @@ OPTIONS= X11 "With X11" on \ PNG "With PNG" on WANT_GNOME= yes -USE_GNOME= gnometarget USE_SUBMAKE= yes USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -101,6 +99,8 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png .endif post-patch: + @${REINPLACE_CMD} -e 's|-lpng12|-lpng|g' \ + ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^SUBDIRS/s|etc||g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^configheadersdir/s|=.*$$|= $$(includedir)|g' \ diff --git a/graphics/xmedcon/distinfo b/graphics/xmedcon/distinfo index 2de13cb96de6..d36b2f1e3785 100644 --- a/graphics/xmedcon/distinfo +++ b/graphics/xmedcon/distinfo @@ -1,3 +1,3 @@ -MD5 (xmedcon-0.10.4.tar.gz) = 45b6a305336b731ad216e09744bc946b -SHA256 (xmedcon-0.10.4.tar.gz) = 4175329d06af5904cccb96708e7ad0bb7fd032b0acf533b78a3a8275a9076aa7 -SIZE (xmedcon-0.10.4.tar.gz) = 970389 +MD5 (xmedcon-0.10.5.tar.gz) = 5007bd0cd048603f2d339a2b6c67756a +SHA256 (xmedcon-0.10.5.tar.gz) = f7eca164a384585c4de3201bd04e3eb75a4ab65607410c513217ec3fa01c32d0 +SIZE (xmedcon-0.10.5.tar.gz) = 974115 |