diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2007-01-19 02:28:24 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2007-01-19 02:28:24 +0000 |
commit | 5df9e1fc69772b544f5d30f2fbbac9ecd729b0fd (patch) | |
tree | badf70005ead262b0956efbb6deb32b7878b691d /comms/py-lirc | |
parent | - Update to 0.8.0 (diff) |
Chase comms/lirc update.
Diffstat (limited to 'comms/py-lirc')
-rw-r--r-- | comms/py-lirc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/py-lirc/Makefile b/comms/py-lirc/Makefile index b47190c4c221..cab21b9e3fd1 100644 --- a/comms/py-lirc/Makefile +++ b/comms/py-lirc/Makefile @@ -7,6 +7,7 @@ PORTNAME= lirc PORTVERSION= 0.0.5 +PORTREVISION= 1 CATEGORIES= comms python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pylirc @@ -16,7 +17,7 @@ DISTNAME= pylirc-${PORTVERSION} MAINTAINER= lewiz@compsoc.man.ac.uk COMMENT= Lirc support library for Python -LIB_DEPENDS= lirc_client.0:${PORTSDIR}/comms/lirc +LIB_DEPENDS= lirc_client.1:${PORTSDIR}/comms/lirc CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |