diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-06-18 23:51:19 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-06-18 23:51:19 +0000 |
commit | 1b5a69d323be20c9b856d58f60f9f9dcc5ffaf86 (patch) | |
tree | 0bb05231dcf6652227c6d8fcb099a0b4398a4d01 | |
parent | 9a877f07e6df226f4ef1e9dd355deddab004f4ae (diff) | |
download | ports-1b5a69d323be20c9b856d58f60f9f9dcc5ffaf86.tar.gz ports-1b5a69d323be20c9b856d58f60f9f9dcc5ffaf86.zip |
Notes
-rw-r--r-- | audio/snd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 9def66308ced..998d63fad05c 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --without-guile .if !defined(WITHOUT_NLS) USE_GETTEXT= yes - PLIST_FILES+= share/locale/de/LC_MESSAGES/snd.mo +PLIST_FILES+= share/locale/de/LC_MESSAGES/snd.mo .else CONFIGURE_ARGS+=--disable-nls .endif |