From 66a6410bf5e948037b2af65dd16f44ba5a93fd06 Mon Sep 17 00:00:00 2001 From: mich Date: Mon, 16 Jan 2006 15:29:59 +0000 Subject: - Fix support for FREEBSD_CDROM under -CURRENT Submitted by: Peter Jeremy --- sysutils/libcdio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile index 530c4a155f77..6491b1769d15 100644 --- a/sysutils/libcdio/Makefile +++ b/sysutils/libcdio/Makefile @@ -31,6 +31,6 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS INFO= libcdio post-patch: - ${REINPLACE_CMD} -e "s,freebsd5\.\*,freebsd5\.\*|freebsd6\.\*," ${WRKSRC}/configure + ${REINPLACE_CMD} -e "s,freebsd5\.\*,freebsd5\.\*|freebsd6\.\*|freebsd7\.\*," ${WRKSRC}/configure .include -- cgit