diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-11 21:57:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-11 21:57:32 +0000 |
commit | 04b78a25fff2da49ef0130daa3476825db865c96 (patch) | |
tree | 5efdf73ff09d4284973bd224ae476e1997ca284d /lang/pm3-netobj | |
parent | fc59085b38a350b7e5a66e87f0a3d1d117471bfa (diff) | |
download | ports-04b78a25fff2da49ef0130daa3476825db865c96.tar.gz ports-04b78a25fff2da49ef0130daa3476825db865c96.zip |
Notes
Diffstat (limited to 'lang/pm3-netobj')
-rw-r--r-- | lang/pm3-netobj/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/pm3-netobj/Makefile b/lang/pm3-netobj/Makefile index 4a0f9a739c6b..d61ee7d0e995 100644 --- a/lang/pm3-netobj/Makefile +++ b/lang/pm3-netobj/Makefile @@ -14,11 +14,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PM3 distributed objects package supporting robust distributed applications BUILD_DEPENDS= ${L1}libm3tcp${L2}:${PORTSDIR}/lang/pm3-net \ - ${L1}libm3tk${L2}:${PORTSDIR}/lang/pm3-m3tk + ${L1}libm3tk${L2}:${PORTSDIR}/lang/pm3-m3tk \ + /nonexistent:${PORTSDIR}/lang/pm3-base:configure RUN_DEPENDS= ${L1}libm3tcp${L2}:${PORTSDIR}/lang/pm3-net \ ${L1}libm3tk${L2}:${PORTSDIR}/lang/pm3-m3tk -DEPENDS= ${PORTSDIR}/lang/pm3-base:configure +USE_GMAKE= yes DIST_SUBDIR= pm3 INSTALL_TARGET= all MAN1= netobjd.1 stubgen.1 |