summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-14 01:11:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-14 01:11:49 +0000
commitaa3426a784aee9eead463fa1a91e1ea5e8121706 (patch)
tree243018c1bb0fe2ba303e74dc5fd88a56e7f30281 /devel
parentFix up dependencies to libimg -- the English version should be a (diff)
libstash is not an executable so you can't write "libstash" for
dependency -- change it to "${LOCALBASE}/lib/libstash.a". Submitted by: bento
Notes
Notes: svn path=/head/; revision=35118
Diffstat (limited to 'devel')
-rw-r--r--devel/libsock/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libsock/Makefile b/devel/libsock/Makefile
index 49712ad08af0..b144e1430124 100644
--- a/devel/libsock/Makefile
+++ b/devel/libsock/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.canonware.com/download/canonware/
MAINTAINER= jasone@FreeBSD.org
BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook \
- libstash:${PORTSDIR}/devel/libstash
+ ${LOCALBASE}/lib/libstash.a:${PORTSDIR}/devel/libstash
USE_AUTOCONF= yes
GNU_CONFIGURE= yes