diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
commit | 9fc1c4fe89616480338adc0d98d5b1f0e4175302 (patch) | |
tree | a1c4a73130cdd2f28d9877c9ed4e5fc54d9c25ae /graphics/qcread | |
parent | 59ffb51d2c9fc8f60995b11aee6533f8bdb126c2 (diff) | |
download | ports-9fc1c4fe89616480338adc0d98d5b1f0e4175302.tar.gz ports-9fc1c4fe89616480338adc0d98d5b1f0e4175302.zip |
Notes
Diffstat (limited to 'graphics/qcread')
-rw-r--r-- | graphics/qcread/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/qcread/Makefile b/graphics/qcread/Makefile index f01d15e130ac..b17879e71edc 100644 --- a/graphics/qcread/Makefile +++ b/graphics/qcread/Makefile @@ -16,8 +16,6 @@ COMMENT= Supports both color and B&W parallel-port Connectix QuickCam for PC ONLY_FOR_ARCHS= i386 -USE_GETOPT_LONG= yes - do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -I. -DFreeBSD ${CPPFLAGS} \ -o qcread qcread.c cqc.c -lm ${LDFLAGS} |