diff options
author | pav <pav@FreeBSD.org> | 2008-07-25 17:08:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-25 17:08:42 +0800 |
commit | 076559de68dfecbed898b3906bae091b79e49579 (patch) | |
tree | d1762456f7e3d0315d66bf83cdf83116b3a72f04 /comms/py-lirc | |
parent | dca2020b79abcfa44fb0ee917be91af8fbce720c (diff) | |
download | freebsd-ports-gnome-076559de68dfecbed898b3906bae091b79e49579.tar.gz freebsd-ports-gnome-076559de68dfecbed898b3906bae091b79e49579.tar.zst freebsd-ports-gnome-076559de68dfecbed898b3906bae091b79e49579.zip |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Diffstat (limited to 'comms/py-lirc')
-rw-r--r-- | comms/py-lirc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/py-lirc/Makefile b/comms/py-lirc/Makefile index c150164fe7c5..57d2169d1034 100644 --- a/comms/py-lirc/Makefile +++ b/comms/py-lirc/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= lirc_client.1:${PORTSDIR}/comms/lirc CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ENV= LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" +MAKE_ENV= LDFLAGS="${LDFLAGS}" PLIST_FILES= %%PYTHON_SITELIBDIR%%/pylircmodule.so USE_PYTHON= yes |