diff options
author | nox <nox@FreeBSD.org> | 2015-04-11 20:30:02 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2015-04-11 20:30:02 +0800 |
commit | 00eb6bd5e1320afaa5e44ad2eda505ae02135446 (patch) | |
tree | e2664104f74f4d5b2ceee7b873e5855801b2e76b /multimedia | |
parent | 47548fe94ac0cc6085a04b06e7e3074b2fe2cfeb (diff) | |
download | freebsd-ports-gnome-00eb6bd5e1320afaa5e44ad2eda505ae02135446.tar.gz freebsd-ports-gnome-00eb6bd5e1320afaa5e44ad2eda505ae02135446.tar.zst freebsd-ports-gnome-00eb6bd5e1320afaa5e44ad2eda505ae02135446.zip |
Add CPE information.
PR: 199374
Submitted by: shun.fbsd.pr at dropcut.net
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libxine/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 4c8b15c4d27c..803c6b1da0d0 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -37,8 +37,10 @@ LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ LIB_DEPENDS+= libdvdcss.so.2:${PORTSDIR}/multimedia/libdvdcss .endif -USES= compiler gmake iconv libtool:keepla pathfix perl5 pkgconfig \ - execinfo tar:xz +USES= compiler cpe gmake iconv libtool:keepla pathfix perl5 \ + pkgconfig execinfo tar:xz +CPE_PRODUCT = xine-lib +CPE_VENDOR= xine GNU_CONFIGURE= yes USE_XORG= x11 xv xinerama xext sm ice USE_GL= gl glu |