diff options
author | pav <pav@FreeBSD.org> | 2005-04-08 02:50:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-08 02:50:04 +0800 |
commit | f5f7d86f864f646a01083f44f22c0d6a6938c30c (patch) | |
tree | 03d55b5d77e4b151d3eec08c80469ca6f7d0c4ac /audio | |
parent | 0c9883d9aad12396de71f81394a9fb0d72a97fb5 (diff) | |
download | freebsd-ports-gnome-f5f7d86f864f646a01083f44f22c0d6a6938c30c.tar.gz freebsd-ports-gnome-f5f7d86f864f646a01083f44f22c0d6a6938c30c.tar.zst freebsd-ports-gnome-f5f7d86f864f646a01083f44f22c0d6a6938c30c.zip |
- Add missed gettext dependency
Reported by: krismail
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ruby-musicextras/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/ruby-musicextras/Makefile b/audio/ruby-musicextras/Makefile index 8101896c43fe..d695308db59a 100644 --- a/audio/ruby-musicextras/Makefile +++ b/audio/ruby-musicextras/Makefile @@ -22,5 +22,6 @@ USE_RUBY= yes USE_RUBY_SETUP= yes USE_RUBY_FEATURES= iconv USE_BZIP2= yes +USE_GETTEXT= yes .include <bsd.port.mk> |