diff options
author | petef <petef@FreeBSD.org> | 2003-05-18 16:03:16 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-18 16:03:16 +0000 |
commit | 54b4063cec319dac240785ffe33fcd1f5b6ca137 (patch) | |
tree | 8f9ac94e89713c171cc8e976c28e5ff81427f733 /multimedia | |
parent | 0fedbb493ef2525e061daf8022932e02fafe1aa0 (diff) | |
download | FreeBSD-ports-54b4063cec319dac240785ffe33fcd1f5b6ca137.zip FreeBSD-ports-54b4063cec319dac240785ffe33fcd1f5b6ca137.tar.gz |
Use USE_GETOPT_LONG.
PR: 51387, 51383, 51380, 51388, 51384, 51372, 51373,
51381, 51382
Submitted by: Ports Fury
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/recmpeg/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile index 1601368..be1b171 100644 --- a/multimedia/recmpeg/Makefile +++ b/multimedia/recmpeg/Makefile @@ -17,6 +17,7 @@ COMMENT= A simple video encoder LIB_DEPENDS= fame-0.9.0:${PORTSDIR}/multimedia/libfame +USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" @@ -25,9 +26,4 @@ MAN1= recmpeg.1 CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -.if !exists(/usr/include/getopt.h) -LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -LDFLAGS+= -lgnugetopt -.endif - .include <bsd.port.mk> |