diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 10:10:16 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 10:10:16 +0000 |
commit | 7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6 (patch) | |
tree | 0b883044e43a8529699bff24a4e0487e663a0177 /audio/linux-esound | |
parent | 7bd0b24591110e2807f5cf55230131f5669a3dbd (diff) | |
download | ports-7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6.tar.gz ports-7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6.zip |
Notes
Diffstat (limited to 'audio/linux-esound')
-rw-r--r-- | audio/linux-esound/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/linux-esound/Makefile b/audio/linux-esound/Makefile index 9e9ab0cb8c8f..511a2a143e9e 100644 --- a/audio/linux-esound/Makefile +++ b/audio/linux-esound/Makefile @@ -6,13 +6,16 @@ # PORTNAME= esound -CATEGORIES= audio linux PORTVERSION= 0.2.36 +PORTREVISION= 1 +CATEGORIES= audio linux DISTNAME= ${PORTNAME}-${PORTVERSION}-0.fc4.1 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of esound +CONFLICTS= linux-f8-esound-[0-9]* + USE_LINUX_RPM= yes USE_LINUX_APPS= libaudiofile LINUX_DIST_VER= 4 |