diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:21:15 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:21:15 +0000 |
commit | 279554ac5231ccabde4823d442a60b61be0c81ca (patch) | |
tree | 80b24a417deac6e1bc924a7d34cd355922cba7fe /deskutils/logjam | |
parent | Upgrade to 1.07a. (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42194
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'deskutils/logjam')
-rw-r--r-- | deskutils/logjam/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile index 34e891425afa..a5076f08a620 100644 --- a/deskutils/logjam/Makefile +++ b/deskutils/logjam/Makefile @@ -18,6 +18,7 @@ MAN1= logjam.1 USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 .include <bsd.port.mk> |