Consistent build depends.

This commit is contained in:
ajacoutot 2012-04-07 06:24:46 +00:00
parent 30c3f3e2a6
commit 47c5f9a4be
2 changed files with 6 additions and 3 deletions

View File

@ -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 \

View File

@ -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