diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-13 09:28:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-13 09:28:49 +0000 |
commit | 3206950636ea076224808be7147bf83e6cad08b6 (patch) | |
tree | 5935c2ddf748fe6a8eefed65e7d29fe3341113a7 /net/sobby | |
parent | - Fix master site (project home page died, use my mirror instead) (diff) |
- Correct LIB_DEPENDS: sigc++ installed library named libsigc-2.0, without ++
This worked so far purely by accident.
Diffstat (limited to 'net/sobby')
-rw-r--r-- | net/sobby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sobby/Makefile b/net/sobby/Makefile index 4d4c7017245c..7bbb19b76ce5 100644 --- a/net/sobby/Makefile +++ b/net/sobby/Makefile @@ -17,7 +17,7 @@ COMMENT= A standalone obby server LIB_DEPENDS= net6:${PORTSDIR}/net/net6 \ obby:${PORTSDIR}/devel/obby \ xml++:${PORTSDIR}/textproc/libxml++26 \ - sigc++-2.0:${PORTSDIR}/devel/libsigc++20 \ + sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ glibmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 MAN1= sobby.1 |