Missing lib.
This commit is contained in:
parent
c031b98635
commit
10a4a405d1
@ -1,13 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2013/03/29 08:46:00 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2013/03/29 09:47:13 ajacoutot Exp $
|
||||
|
||||
COMMENT= library for bits of crypto UI and parsing
|
||||
|
||||
GNOME_PROJECT= gcr
|
||||
GNOME_VERSION= 3.8.0
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += gck-1 1.0 # 0.0
|
||||
SHARED_LIBS += gcr-base-3 2.0 # 1.0
|
||||
SHARED_LIBS += gcr-ui-3 0.0 # 1.0
|
||||
SHARED_LIBS += gcr-ui-3 2.0 # 1.0
|
||||
SHARED_LIBS += gcr-3 2.0 # 1.0
|
||||
|
||||
# LGPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -47,4 +49,9 @@ pre-configure:
|
||||
${WRKSRC}/{,ui,ui/tests,gcr,gcr/tests,gck,gck/tests,egg,egg/tests}/Makefile.in \
|
||||
${WRKSRC}/Makefile.decl
|
||||
|
||||
# ui/Makefile install-exec-hook
|
||||
post-install:
|
||||
cd ${PREFIX}/lib && \
|
||||
ln -s libgcr-ui-3.so.${LIBgcr-ui-3_VERSION} libgcr-3.so.${LIBgcr-ui-3_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2013/03/29 08:46:00 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2013/03/29 09:47:13 ajacoutot Exp $
|
||||
@conflict gnome-keyring-<3.4.0
|
||||
@bin bin/gcr-viewer
|
||||
include/gck-1/
|
||||
@ -70,6 +70,7 @@ lib/girepository-1.0/GcrUi-3.typelib
|
||||
lib/libgck-1.a
|
||||
lib/libgck-1.la
|
||||
@lib lib/libgck-1.so.${LIBgck-1_VERSION}
|
||||
@lib lib/libgcr-3.so.${LIBgcr-3_VERSION}
|
||||
lib/libgcr-base-3.a
|
||||
lib/libgcr-base-3.la
|
||||
@lib lib/libgcr-base-3.so.${LIBgcr-base-3_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user