aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2009-09-27 22:53:42 +0800
committerdeischen <deischen@FreeBSD.org>2009-09-27 22:53:42 +0800
commit3d9c9a49250d7f74644efd7803233c529df97f43 (patch)
tree059d1b0414a74096fda8da747e1d2e3eb8958322 /multimedia
parent050540e21c796be2bf5c52816f410b4b25cd4106 (diff)
downloadfreebsd-ports-gnome-3d9c9a49250d7f74644efd7803233c529df97f43.tar.gz
freebsd-ports-gnome-3d9c9a49250d7f74644efd7803233c529df97f43.tar.zst
freebsd-ports-gnome-3d9c9a49250d7f74644efd7803233c529df97f43.zip
Allow this to build with libdjbfft installed. This only modifies
the port Makefile, no content change at all. Feature safe: yes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ogle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/ogle/Makefile b/multimedia/ogle/Makefile
index a0be41dc52a2..39272ff53064 100644
--- a/multimedia/ogle/Makefile
+++ b/multimedia/ogle/Makefile
@@ -65,7 +65,7 @@ CFLAGS+= -O2
# hack to make ogle work with liba52 + djbfft
.if exists(${LOCALBASE}/lib/liba52.la)
-LIBA52_DEP_LIBS!= ${GREP} dependency_libs ${LOCALBASE}/lib/liba52.la | ${CUT} -d \' -f 2
+LIBA52_DEP_LIBS!= ${GREP} dependency_libs= ${LOCALBASE}/lib/liba52.la | ${CUT} -d \' -f 2
.else
LIBA52_DEP_LIBS=
.endif