diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-20 07:04:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-20 07:04:45 +0000 |
commit | c3ee992b9242befa107dd8ebfd3d954e20874787 (patch) | |
tree | 9a607f04ce49223dc6eba8a9e781c86ae60cdfcc /devel/anjuta | |
parent | Update to 2.6.1. (diff) |
The anjuta distfile was re-rolled to remove the DISABLE_DEPRECATED flags
so that it builds cleanly with gtk+-2.4.
Notes
Notes:
svn path=/head/; revision=107664
Diffstat (limited to 'devel/anjuta')
-rw-r--r-- | devel/anjuta/Makefile | 4 | ||||
-rw-r--r-- | devel/anjuta/distinfo | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index 7170854ba8e0..9cf9dab97c9c 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -27,10 +27,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= anjuta.1 anjuta_launcher.1 -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -Ee \ - 's|-D[^[:space:]_]+_DISABLE_DEPRECATED||g' - post-install: ${INSTALL_DATA} ${WRKSRC}/pixmaps/applogo.png \ ${PREFIX}/share/gnome/anjuta/glade diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo index ad4d7bf5feb7..42266d2639af 100644 --- a/devel/anjuta/distinfo +++ b/devel/anjuta/distinfo @@ -1,2 +1,2 @@ -MD5 (anjuta-1.2.2.tar.gz) = 85709c7c8b29969ddccc04ee2b16456f -SIZE (anjuta-1.2.2.tar.gz) = 8556047 +MD5 (anjuta-1.2.2.tar.gz) = a30858dba0b902064d0d702cedfdc84f +SIZE (anjuta-1.2.2.tar.gz) = 8556051 |