diff options
author | Juergen Lock <nox@FreeBSD.org> | 2013-02-08 22:21:50 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2013-02-08 22:21:50 +0000 |
commit | aa08102b606ec76cdb2ba629afc1e644a12c268a (patch) | |
tree | d2b9c3f272199de1f171e003b63068c8b336bbce /comms | |
parent | fd5b048d6ffd93f9d9148a3c3abee51eb16eb931 (diff) | |
download | ports-aa08102b606ec76cdb2ba629afc1e644a12c268a.tar.gz ports-aa08102b606ec76cdb2ba629afc1e644a12c268a.zip |
Notes
Diffstat (limited to 'comms')
-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 5f352f674512..6d9eeb20a198 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 |