diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-03-09 17:15:43 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-03-09 17:15:43 +0000 |
commit | f5d05ea54d1f80ecd08c5809a3ce5e1594e34eaa (patch) | |
tree | 343e91600b9cf81ffb94bf71017b43a88bfcbf45 /comms/gnocky | |
parent | e9e0ba8df0a817712eab81d4a962e79cae35dca1 (diff) |
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi
Notes
Notes:
svn path=/head/; revision=229765
Diffstat (limited to 'comms/gnocky')
-rw-r--r-- | comms/gnocky/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/gnocky/Makefile b/comms/gnocky/Makefile index 220a4640f152..bc28bff3b0b4 100644 --- a/comms/gnocky/Makefile +++ b/comms/gnocky/Makefile @@ -14,8 +14,7 @@ MASTER_SITES= http://www.gnokii.org/download/gnocky/ MAINTAINER= danfe@FreeBSD.org COMMENT= A graphical (GTK+2) frontend for gnokii -LIB_DEPENDS= gnokii.4:${PORTSDIR}/comms/gnokii \ - usb-0.1.8:${PORTSDIR}/devel/libusb +LIB_DEPENDS= gnokii.4:${PORTSDIR}/comms/gnokii USE_GNOME= gtk20 libglade2 GNU_CONFIGURE= yes |