diff options
author | oliver <oliver@FreeBSD.org> | 2006-11-15 02:09:27 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-11-15 02:09:27 +0800 |
commit | b5f87d44d4d62ee5b1b32985f574905ad00bc194 (patch) | |
tree | bcfcc9ca1c900c08c6ed7ae66ecfabaa60a49291 /deskutils | |
parent | 9c3bc059651d3703ed26d2baaca62eae6a7c4a1b (diff) | |
download | freebsd-ports-gnome-b5f87d44d4d62ee5b1b32985f574905ad00bc194.tar.gz freebsd-ports-gnome-b5f87d44d4d62ee5b1b32985f574905ad00bc194.tar.zst freebsd-ports-gnome-b5f87d44d4d62ee5b1b32985f574905ad00bc194.zip |
fix configure step
bump PORTREVISION
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> |