diff options
author | makc <makc@FreeBSD.org> | 2010-06-20 05:52:15 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-06-20 05:52:15 +0800 |
commit | 53c48f5dde7e0bd82458321afefb28a429988fe2 (patch) | |
tree | bd220686da22cdd702294fdaf7708cc272d031c0 /multimedia/xine | |
parent | e57c3788ad19e68cc79cefb4c3bf267d444147d2 (diff) | |
download | freebsd-ports-gnome-53c48f5dde7e0bd82458321afefb28a429988fe2.tar.gz freebsd-ports-gnome-53c48f5dde7e0bd82458321afefb28a429988fe2.tar.zst freebsd-ports-gnome-53c48f5dde7e0bd82458321afefb28a429988fe2.zip |
Record more dependencies on xorg libraries
Enable support for VDR [1]
Submitted by: nox@ via mail [1]
Feature safe: yes
Diffstat (limited to 'multimedia/xine')
-rw-r--r-- | multimedia/xine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index fc76b3f876b3..140b427e26d9 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -7,6 +7,7 @@ PORTNAME= xine PORTVERSION= 0.99.6 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION} DISTNAME= ${PORTNAME}-ui-${PORTVERSION} @@ -20,11 +21,12 @@ LIB_DEPENDS= xine.1:${PORTSDIR}/multimedia/libxine \ RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info USE_XZ= yes -USE_XORG= x11 xt xv xinerama xxf86vm +USE_XORG= x11 xt xtst xv xinerama xxf86vm USE_GETTEXT= yes USE_GMAKE= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-vdr-keys CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ THREAD_CFLAGS="${PTHREAD_CFLAGS}" \ |