diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 23:13:16 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 23:13:16 +0800 |
commit | 60e261fa8b76402c4a28a3e3022fe4afbd81137c (patch) | |
tree | bb24f05e18f420b0a5cca2106cd4746a3ff9f03c /misc/xosd | |
parent | 6349ec4177251a6178051dd8cb3cb966b25e3e0b (diff) | |
download | freebsd-ports-gnome-60e261fa8b76402c4a28a3e3022fe4afbd81137c.tar.gz freebsd-ports-gnome-60e261fa8b76402c4a28a3e3022fe4afbd81137c.tar.zst freebsd-ports-gnome-60e261fa8b76402c4a28a3e3022fe4afbd81137c.zip |
Deploy USE_GNOMENG infrastructure
PR: 42286
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'misc/xosd')
-rw-r--r-- | misc/xosd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index 9875d4ed6ff3..93b2b72a7ec0 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ XMMS_CONFIG?= ${X11BASE}/bin/xmms-config USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes USE_AUTOMAKE_VER= 15 AUTOMAKE_ARGS= --add-missing |