- remove bogus BUILD_DEPENDS on transfig (fig2dev is never called)

This should fix the dependency loop on cups reported by naddy@
This commit is contained in:
ajacoutot 2009-04-10 15:30:49 +00:00
parent 2901c1f425
commit 91d28f03fb

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2009/01/07 17:56:40 grange Exp $
# $OpenBSD: Makefile,v 1.16 2009/04/10 15:30:49 ajacoutot Exp $
COMMENT= crypto library based on code used in GnuPG
@ -23,7 +23,7 @@ MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgcrypt/ \
MODULES= devel/gettext
LIB_DEPENDS= gpg-error::security/libgpg-error
BUILD_DEPENDS= ::print/transfig
WANTLIB= c
USE_LIBTOOL= Yes