diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:26:31 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:26:31 +0000 |
commit | 28f497a7e40d442851196408f3474c56e2f08a02 (patch) | |
tree | 16c9394030b8c0a24de3ab44e0ae0b8174d0860f /sysutils/bubblemon-dockapp/Makefile | |
parent | Update to 2.0.b.2 (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42285
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'sysutils/bubblemon-dockapp/Makefile')
-rw-r--r-- | sysutils/bubblemon-dockapp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/bubblemon-dockapp/Makefile b/sysutils/bubblemon-dockapp/Makefile index 6b65d974cfea..c0e68ed939eb 100644 --- a/sysutils/bubblemon-dockapp/Makefile +++ b/sysutils/bubblemon-dockapp/Makefile @@ -15,7 +15,8 @@ MAINTAINER= markp@FreeBSD.org USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 MAKE_ARGS+= PREFIX="${PREFIX}" EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME} |