diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-10-25 04:45:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-10-25 04:45:49 +0000 |
commit | 8596b2cc792c8350f36889c8eb10700ed369af89 (patch) | |
tree | a669eb0a043fe9ae3231ee3b906a526a0e3438d8 /comms | |
parent | 96f3d08efde44d87e13b2c8461ac14e3051a0c45 (diff) | |
download | ports-8596b2cc792c8350f36889c8eb10700ed369af89.tar.gz ports-8596b2cc792c8350f36889c8eb10700ed369af89.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/lirc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index 62d5b2fbe489..2ab9ca2a3677 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -28,7 +28,7 @@ OPTIONS= IRMAN "Build with libirman support" On .include <bsd.port.pre.mk> .if ${ARCH} == "i386" -LIB_DEPENDS+= vga:${PORTSDIR}graphics/vga +LIB_DEPENDS+= vga:${PORTSDIR}/graphics/svgalib PLIST_SUB+= SMODE2= .else PLIST_SUB+= SMODE2="@comment " |