aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2006-05-02 03:35:03 +0800
committervs <vs@FreeBSD.org>2006-05-02 03:35:03 +0800
commitc026d622981f21dd8e0401bdf5c51e8b984dc281 (patch)
tree93f5dbf5e9ca12c3ad8a643b45df697f5aaa3588 /print
parent2ecf4a5dd518e540878a2dcaf16578b2eb44333f (diff)
downloadfreebsd-ports-graphics-c026d622981f21dd8e0401bdf5c51e8b984dc281.tar.gz
freebsd-ports-graphics-c026d622981f21dd8e0401bdf5c51e8b984dc281.tar.zst
freebsd-ports-graphics-c026d622981f21dd8e0401bdf5c51e8b984dc281.zip
Fix build/dependency issue
Discussed with: kris
Diffstat (limited to 'print')
-rw-r--r--print/virtualpaper/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile
index 5129de56a02..9973e840178 100644
--- a/print/virtualpaper/Makefile
+++ b/print/virtualpaper/Makefile
@@ -14,9 +14,9 @@ DISTFILES=
MAINTAINER= ports@FreeBSD.org
COMMENT= Virtual Paper document storage and viewing software
-BUILD_DEPENDS= ${L1}libm3vbtkit${L2}:${PORTSDIR}/lang/pm3-forms
-RUN_DEPENDS= ${L1}libm3vbtkit${L2}:${PORTSDIR}/lang/pm3-forms
-DEPENDS= ${PORTSDIR}/lang/pm3-base:configure
+BUILD_DEPENDS= ${L1}libm3formsvbt${L2}:${PORTSDIR}/lang/pm3-forms \
+ /nonexistent:${PORTSDIR}/lang/pm3-base:configure
+RUN_DEPENDS= ${L1}libm3formsvbt${L2}:${PORTSDIR}/lang/pm3-forms
DIST_SUBDIR= pm3
INSTALL_TARGET= all
@@ -40,6 +40,7 @@ PROGS= bin/BuildLectern \
SOVERSION= 7
# hack to work around bsd.port.mk problem
USE_BZIP2= yes
+USE_GMAKE= yes
.include <bsd.port.pre.mk>