diff options
author | maho <maho@FreeBSD.org> | 2006-09-27 15:59:26 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-09-27 15:59:26 +0800 |
commit | 7fddde0cf410173a3e1e06361925b6912dbb36b1 (patch) | |
tree | 7af6f2ed4c2c07d6015f68c53a1781fa623d102f | |
parent | 920765e7e32262eab5e4cb403cea0eabb7d1947b (diff) | |
download | freebsd-ports-gnome-7fddde0cf410173a3e1e06361925b6912dbb36b1.tar.gz freebsd-ports-gnome-7fddde0cf410173a3e1e06361925b6912dbb36b1.tar.zst freebsd-ports-gnome-7fddde0cf410173a3e1e06361925b6912dbb36b1.zip |
Fix dependency
Submitted by: kris via pointyhat
-rw-r--r-- | editors/ooo-build/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/ooo-build/Makefile b/editors/ooo-build/Makefile index f875d918bb6c..9942f3dcd626 100644 --- a/editors/ooo-build/Makefile +++ b/editors/ooo-build/Makefile @@ -54,6 +54,7 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include" LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo LIB_DEPENDS+= lpsolve55.1:${PORTSDIR}/math/lp_solve #LIB_DEPENDS+= mdb:${PORTSDIR}/databases/mdbtools +USE_GSTREAMER= yes INSTALLATION_BASEDIR= ooo-build-${PORTVERSION} EXECBASE= ooo-build-${PORTVERSION} |