diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-11-11 05:19:39 +0800 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-11-11 05:19:39 +0800 |
commit | b9927ca84b6ac1a3c56063f77978162a49658e1c (patch) | |
tree | 1b64d8f8e5a924649ea259637440f7bd53fa7ba9 /mail/gmime2 | |
parent | 2f177414a86e9c75d30dafcc3b936dac3b258c7b (diff) | |
download | freebsd-ports-gnome-b9927ca84b6ac1a3c56063f77978162a49658e1c.tar.gz freebsd-ports-gnome-b9927ca84b6ac1a3c56063f77978162a49658e1c.tar.zst freebsd-ports-gnome-b9927ca84b6ac1a3c56063f77978162a49658e1c.zip |
Allow USE_GNOME to be overridden since next gmime2-sharp update will require
gtksharp20.
Diffstat (limited to 'mail/gmime2')
-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} \ |