diff options
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 4d58e59573f..4cb30c2578a 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2012/01/13 10:54:48 obache Exp $ +# $NetBSD: Makefile,v 1.64 2012/01/24 09:43:31 marino Exp $ # DISTNAME= snd-9.9 @@ -23,6 +23,7 @@ USE_TOOLS+= gmake msgfmt pkg-config BUILD_TARGET= snd MAKE_FILE= makefile WRKSRC= ${WRKDIR}/snd-9 +LDFLAGS.DragonFly= -lX11 INSTALLATION_DIRS= ${PKGLOCALEDIR}/locale/de/LC_MESSAGES INSTALL_MAKE_FLAGS+= localedir=${DESTDIR}${PREFIX}/${PKGLOCALEDIR}/locale |