diff options
author | maho <maho@FreeBSD.org> | 2009-07-23 09:13:59 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-07-23 09:13:59 +0800 |
commit | b8f47641182e48d43696d0c81362d20ef812a0ad (patch) | |
tree | 11056d2b2aa62f90ad8678ad7e06c9f5069d216d /editors | |
parent | 2eefa40c6bfcf3eb724e8c00e92799727a9feba0 (diff) | |
download | freebsd-ports-gnome-b8f47641182e48d43696d0c81362d20ef812a0ad.tar.gz freebsd-ports-gnome-b8f47641182e48d43696d0c81362d20ef812a0ad.tar.zst freebsd-ports-gnome-b8f47641182e48d43696d0c81362d20ef812a0ad.zip |
Missing dependency.
Spotted by: QAT
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index a3551f230737..fd9cd325b97d 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -80,6 +80,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ ant:${PORTSDIR}/devel/apache-ant LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base USE_BISON= build GNU_CONFIGURE= yes |