diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 23:26:31 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 23:26:31 +0800 |
commit | b791292abe85fc042bb958b8d9f503acfdd0a54a (patch) | |
tree | 34dac25c4ba345ee3520b5804f799ba53a86e486 /sysutils/xwatch/Makefile | |
parent | 57baf0f9ef677981de73e9b8c46de4dc3746248a (diff) | |
download | freebsd-ports-gnome-b791292abe85fc042bb958b8d9f503acfdd0a54a.tar.gz freebsd-ports-gnome-b791292abe85fc042bb958b8d9f503acfdd0a54a.tar.zst freebsd-ports-gnome-b791292abe85fc042bb958b8d9f503acfdd0a54a.zip |
Deploy USE_GNOMENG infrastructure
PR: 42285
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'sysutils/xwatch/Makefile')
-rw-r--r-- | sysutils/xwatch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/xwatch/Makefile b/sysutils/xwatch/Makefile index 193d199f9cff..616bb336acba 100644 --- a/sysutils/xwatch/Makefile +++ b/sysutils/xwatch/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://www.student.lu.se/~nbi98oli/src/obsolete/ MAINTAINER= mph@freebsd.org USE_XLIB= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes post-install: |