diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-30 07:21:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-30 07:21:47 +0000 |
commit | 51efd2781174e9027beefcae299f37367aba27fd (patch) | |
tree | 0dc278446c9ba5d827b69e1adb4a4730afb992e8 | |
parent | 0557ee6c4a48ed72bb28c759883ddd3248d3f431 (diff) |
Notes
-rw-r--r-- | sysutils/nvtv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/nvtv/Makefile b/sysutils/nvtv/Makefile index db23029e6ec3..125c914fb0c2 100644 --- a/sysutils/nvtv/Makefile +++ b/sysutils/nvtv/Makefile @@ -17,6 +17,8 @@ COMMENT= TV output on nvidia card LIB_DEPENDS= pci.2:${PORTSDIR}/devel/libpci +ONLY_FOR_ARCHS= i386 + CONFIGURE_ENV= CC="${CC} -I${PREFIX}/include" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |