diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:18:25 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:18:25 +0000 |
commit | 9764e6505857f4063d97e31366e38431ac336f6a (patch) | |
tree | 97b00142e86a295dbb31a2888c7c703301e793db /security/gpa | |
parent | Fix pkg-comment format. (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42288
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'security/gpa')
-rw-r--r-- | security/gpa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 015fc69ef9d9..97bed6de1d84 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |