diff options
author | nox <nox@FreeBSD.org> | 2013-02-09 06:21:50 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2013-02-09 06:21:50 +0800 |
commit | e97014b7710dc3d4b012e1a63bd192af03e9f782 (patch) | |
tree | d2b9c3f272199de1f171e003b63068c8b336bbce /comms/lirc | |
parent | 2e5ab7c2ef8aa7e6b2f08b00b276a4393c7e1b11 (diff) | |
download | freebsd-ports-graphics-e97014b7710dc3d4b012e1a63bd192af03e9f782.tar.gz freebsd-ports-graphics-e97014b7710dc3d4b012e1a63bd192af03e9f782.tar.zst freebsd-ports-graphics-e97014b7710dc3d4b012e1a63bd192af03e9f782.zip |
- Add missing dependency. [1]
- Strip Makefile header.
- Bump PORTREVISION.
PR: ports/175969 [1]
Submitted by: pawel [1]
Diffstat (limited to 'comms/lirc')
-rw-r--r-- | comms/lirc/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index 5f352f67451..6d9eeb20a19 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: lirc -# Date created: 4 January 2003 -# Whom: Mike Heffner <mikeh@FreeBSD.org> -# +# Created by: Mike Heffner <mikeh@FreeBSD.org> # $FreeBSD$ -# PORTNAME= lirc PORTVERSION= 0.9.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= SF/${PORTNAME}/LIRC/${PORTVERSION} @@ -22,7 +18,7 @@ USE_AUTOTOOLS= libtool automake autoheader aclocal autoconf ACLOCAL_ARGS= -I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal USE_BZIP2= yes USE_GMAKE= yes -USE_XORG= x11 +USE_XORG= sm x11 USE_PYTHON= yes USE_CSTD= gnu89 GNU_CONFIGURE= yes |