diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/nuppelvideo/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/multimedia/nuppelvideo/Makefile b/multimedia/nuppelvideo/Makefile index 4b9aee8da617..047010549a59 100644 --- a/multimedia/nuppelvideo/Makefile +++ b/multimedia/nuppelvideo/Makefile @@ -18,6 +18,9 @@ COMMENT= A very low CPU usage VCR/DVR application RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +DEPRECATED= Unmaintained upstream for years. The nuppelvideo format is now supported by mencoder +EXPIRATION_DATE=2007-10-03 + USE_XLIB= yes USE_GMAKE= yes @@ -29,6 +32,10 @@ CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + ### ## Auto detected features ### |