diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-11 04:23:16 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-11 04:23:16 +0000 |
commit | b435bf2c22e4aa914ae8f3efd87b9fefa3d7a5d8 (patch) | |
tree | 765e28a52b0fc932ca226f7a2e845b3ea5a05d62 | |
parent | 5663132a21c8c41c378c0131f3b000d53bd3087f (diff) | |
download | ports-b435bf2c22e4aa914ae8f3efd87b9fefa3d7a5d8.tar.gz ports-b435bf2c22e4aa914ae8f3efd87b9fefa3d7a5d8.zip |
Notes
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index d25b78a819c7..31af61791777 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -114,7 +114,7 @@ post-patch: # use libgnugetopt .if ${OSVERSION} < 500041 @${REINPLACE_CMD} -E -e \ - s'|(-lm)|\1 -lgnugetopt|' \ + 's|(-lm)|\1 -lgnugetopt|' \ ${WRKSRC}/util/iptv/Makefile.in .endif # do not install manm man pages |