diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-11 13:59:47 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-11 13:59:47 +0000 |
commit | 49108186e8717109f9bc3dba3a46a4beed6a77bf (patch) | |
tree | 2015e43bc8319ab8afc24049da6744399385736d /multimedia/gxine/Makefile | |
parent | 2355fc72994bc0fd7169c263304460a979189e00 (diff) |
comms/lirc:
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample
Reported by: sbruno [1]
Notes
Notes:
svn path=/head/; revision=364613
Diffstat (limited to 'multimedia/gxine/Makefile')
-rw-r--r-- | multimedia/gxine/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index 70d11e3b29fc..9906cd8a65f6 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -3,6 +3,7 @@ PORTNAME= gxine PORTVERSION= 0.5.908 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/xine/${PORTNAME}/${PORTVERSION} |