diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 16:03:16 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 16:03:16 +0000 |
commit | a7ebc6b6af894137049859619789b9d49f53d4cd (patch) | |
tree | 42e9a6c65cd630a24f1cd0be259f77c000ddc941 /multimedia/recmpeg | |
parent | c9a0322c4242d5c2b51e17bdebe27bc3191f83de (diff) | |
download | ports-a7ebc6b6af894137049859619789b9d49f53d4cd.tar.gz ports-a7ebc6b6af894137049859619789b9d49f53d4cd.zip |
Use USE_GETOPT_LONG.
PR: 51387, 51383, 51380, 51388, 51384, 51372, 51373,
51381, 51382
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=81255
Diffstat (limited to 'multimedia/recmpeg')
-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 1601368d1972..be1b1712c733 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> |