diff options
author | ak <ak@FreeBSD.org> | 2013-04-25 22:58:15 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-25 22:58:15 +0800 |
commit | 00a665784f62aad8fa83dd6b14b47d66227390c4 (patch) | |
tree | f10ca6af7b7508071113c7ac4cff4c5c9aa6e7f8 /multimedia | |
parent | 0aae459693f044455916d40cc4f04c0c19fda4d3 (diff) | |
download | freebsd-ports-gnome-00a665784f62aad8fa83dd6b14b47d66227390c4.tar.gz freebsd-ports-gnome-00a665784f62aad8fa83dd6b14b47d66227390c4.tar.zst freebsd-ports-gnome-00a665784f62aad8fa83dd6b14b47d66227390c4.zip |
- Remove unconditional USES= gettext
- Remove indefinite article from COMMENT
- Convert Makefile headers to new style
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xine/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index 73640aea6953..87a219948a73 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: xine -# Date created: 14 Oct 2000 -# Whom: alex -# # $FreeBSD$ -# PORTNAME= xine PORTVERSION= 0.99.7 @@ -13,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION} DISTNAME= ${PORTNAME}-ui-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An X11 multimedia player +COMMENT= X11 multimedia player LICENSE= GPLv2 @@ -34,7 +29,6 @@ WIN32_CODECS_DESC= Enable win32 codecs USE_XZ= yes USE_XORG= x11 xext xinerama xscrnsaver xt xtst xv xxf86vm -USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-vdr-keys \ |