diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2012-12-30 05:14:01 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2012-12-30 05:14:01 +0000 |
commit | 61d9c78a793004eb1c1c2926b76d26a80f064803 (patch) | |
tree | f6749fc7085d31f4c1464b5b85c98f8c92636af1 /deskutils/orage | |
parent | 5aaccd8a356e84d8673418e218e81bc8f4aecdca (diff) | |
download | ports-61d9c78a793004eb1c1c2926b76d26a80f064803.tar.gz ports-61d9c78a793004eb1c1c2926b76d26a80f064803.zip |
Notes
Diffstat (limited to 'deskutils/orage')
-rw-r--r-- | deskutils/orage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index a420dad2d0f4..804ae8b4f01a 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -3,7 +3,7 @@ PORTNAME= orage PORTVERSION= 4.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R} @@ -45,7 +45,7 @@ CONFIGURE_ARGS+=--with-bdb4=no .if ${PORT_OPTIONS:MICAL} CONFIGURE_ARGS+=--enable-libical -LIB_DEPENDS+= ical.44:${PORTSDIR}/devel/libical +LIB_DEPENDS+= ical:${PORTSDIR}/devel/libical CFLAGS+= -I${LOCALBASE}/include/libical PLIST_SUB+= WITH_ICAL="@comment " .else |