diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-02-24 09:04:24 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-02-24 09:04:24 +0000 |
commit | 5e78a974d8b418b1c7607f68e37b96ce8ab229cb (patch) | |
tree | 140fda1a11ed58756e5460a370dffc67d585bea9 /multimedia | |
parent | - If there is no gnupg installed, install 2.x. If there is, use it. [1] (diff) |
- Fix a type: double colon in LIB_DEPENDS
Notes
Notes:
svn path=/head/; revision=185788
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/bmpx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/bmpx/Makefile b/multimedia/bmpx/Makefile index b39cc5eb5d10..0271bc4025d3 100644 --- a/multimedia/bmpx/Makefile +++ b/multimedia/bmpx/Makefile @@ -65,7 +65,7 @@ PLIST_SUB+= NLS="" .if defined(WITH_OFA) CONFIGURE_ARGS+= --enable-ofa -LIB_DEPENDS+= ofa.0::${PORTSDIR}/audio/libofa +LIB_DEPENDS+= ofa.0:${PORTSDIR}/audio/libofa .endif .if defined(WITH_SIDPLAY) |