diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-04-01 10:19:39 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-04-01 10:19:39 +0000 |
commit | 1b9128614731ce6d9a7c7736d898ebda9775a7ab (patch) | |
tree | c8d9b4c17ce921bc2e9ea4bdec8e840fdf8130ee /devel/xparam | |
parent | Fix plist. (diff) |
Fix build dependency (${PORTNAME} -> ${PORTSDIR}).
Found by: portsdb -Uu
Notes
Notes:
svn path=/head/; revision=57123
Diffstat (limited to 'devel/xparam')
-rw-r--r-- | devel/xparam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/xparam/Makefile b/devel/xparam/Makefile index da95603e8a8d..9a50e2aca2a0 100644 --- a/devel/xparam/Makefile +++ b/devel/xparam/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= libtool:${PORTNAME}/devel/libtool +BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-dynamic |