diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 13:35:10 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 13:35:10 +0000 |
commit | f454d095ba8fec5dca0b3d7925be17145ecdf431 (patch) | |
tree | b8011b7f8f13f73e8273742c369d1588f5c12879 /audio/cmp3 | |
parent | 0f250ceed3444be2465f415bbf75a9ebb3e98f77 (diff) | |
download | ports-f454d095ba8fec5dca0b3d7925be17145ecdf431.tar.gz ports-f454d095ba8fec5dca0b3d7925be17145ecdf431.zip |
Notes
Diffstat (limited to 'audio/cmp3')
-rw-r--r-- | audio/cmp3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/cmp3/Makefile b/audio/cmp3/Makefile index 3f8941c9212c..36de97d98123 100644 --- a/audio/cmp3/Makefile +++ b/audio/cmp3/Makefile @@ -28,7 +28,7 @@ PLIST_FILES= bin/cmp3 bin/rnmp3 RUN_DEPENDS+= ogg123:${PORTSDIR}/audio/vorbis-tools .endif -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> |