diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 15:26:31 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 15:26:31 +0000 |
commit | b791292abe85fc042bb958b8d9f503acfdd0a54a (patch) | |
tree | 34dac25c4ba345ee3520b5804f799ba53a86e486 /sysutils/xwatch | |
parent | 57baf0f9ef677981de73e9b8c46de4dc3746248a (diff) | |
download | FreeBSD-ports-b791292abe85fc042bb958b8d9f503acfdd0a54a.zip FreeBSD-ports-b791292abe85fc042bb958b8d9f503acfdd0a54a.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42285
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'sysutils/xwatch')
-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 193d199..616bb33 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: |