diff options
Diffstat (limited to 'graphics/recmpeg/Makefile')
-rw-r--r-- | graphics/recmpeg/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/recmpeg/Makefile b/graphics/recmpeg/Makefile index 7d73d7ce7ff5..b26843f659b8 100644 --- a/graphics/recmpeg/Makefile +++ b/graphics/recmpeg/Makefile @@ -7,19 +7,19 @@ # PORTNAME= recmpeg -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fame MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt \ - fame:${PORTSDIR}/graphics/libfame +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ + fame-0.9.0:${PORTSDIR}/graphics/libfame GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgnugetopt" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" MAN1= recmpeg.1 |