diff options
Diffstat (limited to 'multimedia/dtv/Makefile')
-rw-r--r-- | multimedia/dtv/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/dtv/Makefile b/multimedia/dtv/Makefile index f2c7db7f009a..e22c8ea8087f 100644 --- a/multimedia/dtv/Makefile +++ b/multimedia/dtv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dtv -# Date created: 10 Feb 2002 -# Whom: dillon -# +# Created by: dillon # $FreeBSD$ -# PORTNAME= dtv PORTVERSION= 0.50 @@ -20,6 +16,7 @@ MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= xau x11 xext xxf86dga NOT_FOR_ARCHS= sparc64 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^\(LDADD +=.*\)|\1 -lxcb -lXau -lXdmcp|' \ -e 's/NOMAN/NO_MAN/' ${WRKSRC}/Makefile |