diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-17 13:04:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-17 13:04:16 +0000 |
commit | 0d48657f14bacd8ecba62fc24675c8f1d3481398 (patch) | |
tree | 438240956ddda89a211b2f2c99de009a69868645 /multimedia/camserv/Makefile | |
parent | BROKEN: Broken dependency (diff) |
Set ONLY_FOR_ARCHS=i386 alpha since those are the only platforms with
driver support.
Diffstat (limited to '')
-rw-r--r-- | multimedia/camserv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/camserv/Makefile b/multimedia/camserv/Makefile index a9a3db29c91b..5d48cac3205f 100644 --- a/multimedia/camserv/Makefile +++ b/multimedia/camserv/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ freetype.9:${PORTSDIR}/print/freetype2 \ ltdl.4:${PORTSDIR}/devel/libltdl +ONLY_FOR_ARCHS= i386 alpha + USE_X_LIB= yes GNU_CONFIGURE= yes USE_REINPLACE= yes |