diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-01-19 15:44:53 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-01-19 15:44:53 +0000 |
commit | c2712d2471fb8d0a875c985b02f117f78596eaa8 (patch) | |
tree | e291f6d22d8d71faa3022898990b266286fc9af2 /audio/linux-c7-libogg/Makefile | |
parent | adcd75b82386d63122844a0e432a70270dbb5d24 (diff) | |
download | ports-c2712d2471fb8d0a875c985b02f117f78596eaa8.tar.gz ports-c2712d2471fb8d0a875c985b02f117f78596eaa8.zip |
Notes
Diffstat (limited to 'audio/linux-c7-libogg/Makefile')
-rw-r--r-- | audio/linux-c7-libogg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/linux-c7-libogg/Makefile b/audio/linux-c7-libogg/Makefile index 83076f9c978d..d7ff0ffd70b3 100644 --- a/audio/linux-c7-libogg/Makefile +++ b/audio/linux-c7-libogg/Makefile @@ -3,12 +3,13 @@ PORTNAME= libogg PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org COMMENT= Ogg bitstream library (Linux CentOS ${LINUX_DIST_VER}) -CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* +CONFLICTS= linux-c6-${PORTNAME}-[0-9]* RPMVERSION= 7.el7 USES= linux:c7 |