diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2009-09-27 14:53:42 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2009-09-27 14:53:42 +0000 |
commit | 1540e85e88f68c5135b9d0e10382ef59b696356f (patch) | |
tree | 61ec7b29cf79e4b9ae08b44f6d24fd81c8124efe | |
parent | Update to 190.36 (diff) |
Allow this to build with libdjbfft installed. This only modifies
the port Makefile, no content change at all.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=242167
-rw-r--r-- | multimedia/ogle/Makefile | 2 |
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 |