diff options
author | marcus <marcus@FreeBSD.org> | 2005-10-25 12:45:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-10-25 12:45:49 +0800 |
commit | 1bbab20fde51294ae8b911b4fd82bf659a69906e (patch) | |
tree | 1d739011f219633519d497fabd7913a3ebf318ed | |
parent | 9ac0fff2e5dc612a19d9d14bb342a1952276c4be (diff) | |
download | freebsd-ports-gnome-1bbab20fde51294ae8b911b4fd82bf659a69906e.tar.gz freebsd-ports-gnome-1bbab20fde51294ae8b911b4fd82bf659a69906e.tar.zst freebsd-ports-gnome-1bbab20fde51294ae8b911b4fd82bf659a69906e.zip |
Fix INDEX build, and correct broken dependency.
Reported by: kris' make index script
Approved by: portmgr hat
-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 " |