diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-02 04:16:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-02 04:16:48 +0000 |
commit | de08fc3b698d29d7cbaeff0859ef43c934e3a5ee (patch) | |
tree | 5ac4796a41b8219357b28caed84a6a2e9c3bcd90 /www/screem-devel | |
parent | a748904a57a6bc3ad8b8a105eb59fc691e55ac92 (diff) |
Notes
Diffstat (limited to 'www/screem-devel')
-rw-r--r-- | www/screem-devel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile index c9a583fdde34..6b8419215ea2 100644 --- a/www/screem-devel/Makefile +++ b/www/screem-devel/Makefile @@ -21,7 +21,6 @@ USE_X_PREFIX= yes USE_GNOME= desktopfileutils gnomehack gnomemenus gnomeprefix gnometarget \ gtksourceview intlhack libgnomeprintui libgnomeui libgtkhtml USE_XPM= yes -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -45,7 +44,10 @@ CONFIGURE_ARGS+= --enable-enchant .endif post-patch: - @${REINPLACE_CMD} -e 's|$${DATADIRNAME}/$${PACKAGE}|$${DATADIRNAME}/gnome/$${PACKAGE}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|$${DATADIRNAME}/$${PACKAGE}|$${DATADIRNAME}/gnome/$${PACKAGE}|g ; \ + s|-DGNOME_DISABLE_DEPRECATED||g ; \ + s|-DGNOMEUI_DISABLE_DEPRECATED||g ; \ + s|-DGTK_DISABLE_DEPRECATED||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|\&\& make|\&\& $$(MAKE)|g' ${WRKSRC}/tests/Makefile.in .include <bsd.port.mk> |