diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-15 17:21:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-15 17:21:56 +0000 |
commit | 800ef6c0b0033de28d4551a8dcefcd27457c8c54 (patch) | |
tree | a2573d557d1ace5b1d34469db85b45662cb23d95 /mail | |
parent | Use USE_GNOMENG. (diff) |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
Notes
Notes:
svn path=/head/; revision=63003
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pop3lite/Makefile | 3 | ||||
-rw-r--r-- | mail/xfmail/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/pop3lite/Makefile b/mail/pop3lite/Makefile index a762d9391a3a..9afacf29876f 100644 --- a/mail/pop3lite/Makefile +++ b/mail/pop3lite/Makefile @@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 44b1c3294d56..b7d94f7e42b5 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -23,7 +23,8 @@ LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \ USE_AUTOMAKE_VER= 15 USE_AUTOCONF= yes USE_BZIP2= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 USE_GMAKE= yes USE_LIBTOOL= yes USE_X_PREFIX= yes |