diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-02 12:20:17 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-02 12:20:17 +0000 |
commit | 39a4e02cbf8016e4c394b060bd0bb5985e9143f9 (patch) | |
tree | 1f498c4b285ba0c2d3c0fc570e32b959cfb3d9fb /audio | |
parent | Update to 2.1.0. (diff) |
correct *_DEPENDS.
PR: ports/47316
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Reviewed by: Ports Fury
Pointy hat to: myself
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libsidplay2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile index a57a7019f0dc..3d1107094ec6 100644 --- a/audio/libsidplay2/Makefile +++ b/audio/libsidplay2/Makefile @@ -14,7 +14,7 @@ DISTNAME= sidplay-libs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -LD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_REINPLACE= yes |