1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix build/dependency issue

Discussed with: kris
This commit is contained in:
Volker Stolz 2006-05-01 19:35:03 +00:00
parent fb687b806a
commit 3aa11b89e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161126

View File

@ -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>