diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-calendar/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/deskutils/xfce4-calendar/Makefile b/deskutils/xfce4-calendar/Makefile index 6a02546ed896..fb10a498bdad 100644 --- a/deskutils/xfce4-calendar/Makefile +++ b/deskutils/xfce4-calendar/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-calendar PORTVERSION= 4.2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils xfce MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ @@ -31,4 +31,7 @@ CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ CPPFLAGS=-I${LOCALBASE}/include \ LIBS=-L${LOCALBASE}/lib +post-patch: + @${REINPLACE_CMD} 's|dbh-1\.0|dbh|g' ${WRKSRC}/configure + .include <bsd.port.mk> |