diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 02:46:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 02:46:49 +0000 |
commit | 5dc9b7f571c5ff107f23c55359449e1320f5bc23 (patch) | |
tree | 5a017d01eb1fdb09f452ca186cf116b89ff21ba0 /graphics/gphoto2 | |
parent | Deploy USE_GNOMENG infrastructure (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42349
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'graphics/gphoto2')
-rw-r--r-- | graphics/gphoto2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 2ca3ebdf2726..2d03e3b04e02 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -25,7 +25,8 @@ RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_REINPLACE= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |