Consistent build depends.
This commit is contained in:
parent
30c3f3e2a6
commit
47c5f9a4be
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2012/03/29 06:50:16 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2012/04/07 06:24:46 ajacoutot Exp $
|
||||
|
||||
COMMENT= library for bits of crypto UI and parsing
|
||||
|
||||
@ -37,6 +37,9 @@ MODGNOME_ICON_CACHE= Yes
|
||||
# gck/tests/test-gck-attributes.c:34: first defined here
|
||||
USE_LIBTOOL= gnu
|
||||
|
||||
# only required during build for parsing ASN.1 files
|
||||
BUILD_DEPENDS += security/libtasn1
|
||||
|
||||
RUN_DEPENDS= misc/shared-mime-info
|
||||
|
||||
LIB_DEPENDS= x11/gtk+3 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.72 2012/03/30 14:09:59 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.73 2012/04/07 06:24:46 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -30,7 +30,7 @@ MODULES= devel/gettext \
|
||||
devel/dconf
|
||||
|
||||
# only required during build for parsing ASN.1 files
|
||||
BUILD_DEPENDS= security/libtasn1
|
||||
BUILD_DEPENDS += security/libtasn1
|
||||
|
||||
LIB_DEPENDS= x11/gnome/gcr
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user