diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-05-01 19:35:03 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-05-01 19:35:03 +0000 |
commit | 3aa11b89e0fd7024d5c58b24d4661c99e756f404 (patch) | |
tree | 6de6e70dda32f0f6560ef131726f0d5625a6fabe /print/virtualpaper | |
parent | fb687b806a1e3a1440b01aea9e885a0942c72758 (diff) | |
download | ports-3aa11b89e0fd7024d5c58b24d4661c99e756f404.tar.gz ports-3aa11b89e0fd7024d5c58b24d4661c99e756f404.zip |
Notes
Diffstat (limited to 'print/virtualpaper')
-rw-r--r-- | print/virtualpaper/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile index 5129de56a02d..9973e840178d 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> |