diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-30 22:46:04 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-30 22:46:04 +0000 |
commit | c36ad3d129196bf371f8b1e650cef771fc18aaaf (patch) | |
tree | caeabb0c3035ccf1e769faf1a7462cba94c7f3a3 /multimedia/libmpeg3/Makefile | |
parent | - fix running time error by installing missing perl module (diff) |
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
Notes
Notes:
svn path=/head/; revision=169159
Diffstat (limited to 'multimedia/libmpeg3/Makefile')
-rw-r--r-- | multimedia/libmpeg3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libmpeg3/Makefile b/multimedia/libmpeg3/Makefile index 5fcf9c5e9399..bd23e07ba4b9 100644 --- a/multimedia/libmpeg3/Makefile +++ b/multimedia/libmpeg3/Makefile @@ -9,13 +9,13 @@ PORTNAME= libmpeg3 PORTVERSION= 1.7 DISTVERSIONSUFFIX= -src CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= heroines MAINTAINER= infofarmer@FreeBSD.org COMMENT= Advanced editing and manipulation of MPEG streams -BUILD_DEPENSD= nasm:${PORTSDIR}/devel/nasm +BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ a52.0:${PORTSDIR}/audio/liba52 |