diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-06 15:29:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-06 15:29:58 +0000 |
commit | 29a0d86cf167a4fe80738e8093ddf232ba494c4d (patch) | |
tree | 620ab0f0639311a5119db1a626ce1150a6763103 /audio | |
parent | 3bd54a99f8fe0c029d61b5f48953db41e03693b4 (diff) |
- Cleanup Makefile
Notes
Notes:
svn path=/head/; revision=343108
Diffstat (limited to 'audio')
-rw-r--r-- | audio/fplib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/fplib/Makefile b/audio/fplib/Makefile index 3513c69fa835..1e650ab42e69 100644 --- a/audio/fplib/Makefile +++ b/audio/fplib/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libtag.so:${PORTSDIR}/audio/taglib CPPFLAGS+= -I${LOCALBASE}/include -#REINPLACE_ARGS= -i '' MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_XZ= yes |