From 3fb295304463b72c5349a9c0c6c3449c11a094e8 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 21 Sep 2013 14:48:09 +0000 Subject: [PATCH] Use the new LIB_DEPENDS format in more places. Remove graphics/xpm because it isn't a port. --- en_US.ISO8859-1/books/porters-handbook/book.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml index 6a825907de..7c038ed5ac 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.xml +++ b/en_US.ISO8859-1/books/porters-handbook/book.xml @@ -4591,7 +4591,7 @@ CONFIGURE_ARGS+= --without-examples Wrong Handling of an Option .if ${PORT_OPTIONS:MFOO} -LIB_DEPENDS+= foo:${PORTSDIR}/devel/foo +LIB_DEPENDS+= libfoo.so:${PORTSDIR}/devel/foo CONFIGURE_ARGS+= --enable-foo .endif @@ -4610,7 +4610,7 @@ CONFIGURE_ARGS+= --enable-foo Correct Handling of an Option .if ${PORT_OPTIONS:MFOO} -LIB_DEPENDS+= foo:${PORTSDIR}/devel/foo +LIB_DEPENDS+= libfoo.so:${PORTSDIR}/devel/foo CONFIGURE_ARGS+= --enable-foo .else CONFIGURE_ARGS+= --disable-foo @@ -17123,7 +17123,6 @@ COMMENT= A DVI Previewer for the X Window System [dependencies -- can be empty] RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript -LIB_DEPENDS= Xpm:${PORTSDIR}/graphics/xpm [this section is for other standard bsd.port.mk variables that do not belong to any of the above]