It was suggested off list that this change only needs to happen in ykpers because yubikey-personalization-gui requires ykpers. And then I discovered that an hour ago the fix was submitted. Thanks sthen!
On Sat, Jun 1, 2013 at 1:05 PM, Brandon Mercer <[email protected]> wrote: > There is a missing dependency in yubikey-personalization-gui and > probably ykpers as well. > > OK? > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/security/yubikey-personalization-gui/Makefile,v > retrieving revision 1.3 > diff -u -p -u -p -r1.3 Makefile > --- Makefile 14 May 2013 23:51:30 -0000 1.3 > +++ Makefile 1 Jun 2013 16:58:21 -0000 > @@ -3,7 +3,7 @@ > COMMENT= Qt GUI to configure YubiKeys > > DISTNAME= yubikey-personalization-gui-3.1.9 > - > +REVISION= 0 > CATEGORIES= security x11 > > HOMEPAGE= http://yubico.github.io/yubikey-personalization-gui/ > @@ -14,13 +14,14 @@ MAINTAINER= Stuart Henderson <sthen@open > PERMIT_PACKAGE_CDROM= Yes > > WANTLIB += ICE QtGui SM X11 Xext Xi Xinerama Xrender c fontconfig > -WANTLIB += freetype m pthread stdc++ ykpers-1 yubikey > +WANTLIB += freetype json-c m pthread stdc++ ykpers-1 yubikey > > MASTER_SITES= http://yubico.github.io/yubikey-personalization-gui/releases/ > > RUN_DEPENDS= devel/desktop-file-utils > -LIB_DEPENDS= devel/libyubikey>=1.8.0 \ > - sysutils/ykpers>=1.13.0 > +LIB_DEPENDS= devel/json-c \ > + devel/libyubikey>=1.8.0 \ > + sysutils/ykpers>=1.13.0 > > MODULES= x11/qt4 > USE_GMAKE= Yes
