mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
13 lines
388 B
Text
13 lines
388 B
Text
--- src/audtool/Makefile.orig 2007-11-26 17:58:26.000000000 +0100
|
|
+++ src/audtool/Makefile 2007-11-26 17:57:34.000000000 +0100
|
|
@@ -18,8 +18,8 @@
|
|
${BEEP_DEFINES} \
|
|
${ARCH_DEFINES} \
|
|
${MOWGLI_CFLAGS}
|
|
-LIBS += ${DBUS_LIBS} \
|
|
- -L../libaudclient -laudclient \
|
|
+LIBS += -L../libaudclient -laudclient \
|
|
+ ${DBUS_LIBS} \
|
|
${GTK_LIBS} \
|
|
${MOWGLI_LIBS} \
|
|
${LIBGLADE_LIBS}
|