diff options
Diffstat (limited to 'deskutils/libgcal/Makefile')
-rw-r--r-- | deskutils/libgcal/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/libgcal/Makefile b/deskutils/libgcal/Makefile index bc59467da066..7f3ee671240e 100644 --- a/deskutils/libgcal/Makefile +++ b/deskutils/libgcal/Makefile @@ -25,8 +25,14 @@ CMAKE_ARGS= -DCMAKE_INSTALL_PREFIX="${PREFIX}" \ USE_LDCONFIG= yes USE_GCC= 4.2+ +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" && (${OSVERSION} >= 700000 && ${OSVERSION} < 800000) +BROKEN= does not link +.endif + post-patch: @${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \ ${WRKSRC}/Makefile.am -.include <bsd.port.mk> +.include <bsd.port.post.mk> |