- Add BUILD_DEPENDS
Reported by David Krause <openbsd@davidkrause.com>
This commit is contained in:
parent
82ade85d29
commit
27d9b7f2d8
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/05/07 03:12:07 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2001/05/21 04:09:14 shell Exp $
|
||||
|
||||
COMMENT= 'graphical interface for GnuPG'
|
||||
COMMENT= "graphical interface for GnuPG"
|
||||
|
||||
DISTNAME= gpa-0.4.1
|
||||
CATEGORIES= security x11
|
||||
@ -17,7 +17,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/
|
||||
|
||||
RUN_DEPENDS= gpg::security/gnupg
|
||||
BUILD_DEPENDS= gpg::security/gnupg
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
LIB_DEPENDS= gtk.1.2::x11/gtk+
|
||||
|
||||
USE_X11= Yes
|
||||
|
Loading…
Reference in New Issue
Block a user