diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-11-11 05:19:39 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-11-11 05:19:39 +0800 |
commit | 0dd491a288615c5e4c6112eff6425d394991b66b (patch) | |
tree | 8fb5585770d22a1ccb247eeaea94dffb058228a3 /mail | |
parent | 8c3522b842d1c08691497e1e758e879387bfe96a (diff) | |
download | freebsd-ports-gnome-0dd491a288615c5e4c6112eff6425d394991b66b.tar.gz freebsd-ports-gnome-0dd491a288615c5e4c6112eff6425d394991b66b.tar.zst freebsd-ports-gnome-0dd491a288615c5e4c6112eff6425d394991b66b.zip |
Allow USE_GNOME to be overridden since next gmime2-sharp update will require
gtksharp20.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gmime2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile index 267ced2b9d8e..52051a29369e 100644 --- a/mail/gmime2/Makefile +++ b/mail/gmime2/Makefile @@ -18,7 +18,7 @@ CONFLICTS= gmime-1.0.* USE_ICONV= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget glib20 +USE_GNOME?= gnomehack gnometarget glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?= --with-libiconv=${LOCALBASE} \ |