diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-15 16:54:09 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-15 16:54:09 +0000 |
commit | 59ece3d3953a247cfe019e37ffd7d30de070f69e (patch) | |
tree | fb8de58456b39356c085933223381af39e5a30d0 /misc | |
parent | add pam_pop3 1.0 (diff) |
USE_GTK implies USE_GLIB, so that remove the latter when the former is present.
Notes
Notes:
svn path=/head/; revision=63001
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xosd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index 04dc06b1aa87..b5ae9ca25cd9 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -23,7 +23,6 @@ XMMS_CONFIG?= ${X11BASE}/bin/xmms-config USE_X_PREFIX= yes USE_GMAKE= yes USE_GTK= yes -USE_GLIB= yes INSTALLS_SHLIB= yes MAKE_ENV= CFLAGS='${CFLAGS}' PREFIX='${PREFIX}' \ X11BASE='${X11BASE}' LOCALBASE='${LOCALBASE}' \ |