diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-10 22:37:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-10 22:37:39 +0000 |
commit | efe7d5f7f4ccf1419e95119b11ef8933de183ffd (patch) | |
tree | 6427ac7192f84d32d22f51df854472cc309545dc /multimedia/libmpeg3 | |
parent | b88236b45ef5afcdc78a4981a19422b12ca70ff4 (diff) | |
download | ports-efe7d5f7f4ccf1419e95119b11ef8933de183ffd.tar.gz ports-efe7d5f7f4ccf1419e95119b11ef8933de183ffd.zip |
Remove USE_REINPLACE from ports starting with M
Notes
Notes:
svn path=/head/; revision=162032
Diffstat (limited to 'multimedia/libmpeg3')
-rw-r--r-- | multimedia/libmpeg3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/multimedia/libmpeg3/Makefile b/multimedia/libmpeg3/Makefile index 1fbe2da3cc97..d0694c7c8eea 100644 --- a/multimedia/libmpeg3/Makefile +++ b/multimedia/libmpeg3/Makefile @@ -16,7 +16,6 @@ MAINTAINER= ip@doom.homeunix.org COMMENT= Advanced editing and manipulation of MPEG streams USE_BZIP2= yes -USE_REINPLACE= yes USE_GMAKE= yes USE_GCC= 3.4 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |