diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-21 00:28:26 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-21 00:28:26 +0800 |
commit | d04aa15549c8cce8be222827e764e29bc5eecc27 (patch) | |
tree | 2253fb0ea3b8a7de74dfd34dd4526f6834e89e18 /mail | |
parent | 9e98d774400ada7afe143fcb762d7fbf37c5a306 (diff) | |
download | freebsd-ports-gnome-d04aa15549c8cce8be222827e764e29bc5eecc27.tar.gz freebsd-ports-gnome-d04aa15549c8cce8be222827e764e29bc5eecc27.tar.zst freebsd-ports-gnome-d04aa15549c8cce8be222827e764e29bc5eecc27.zip |
Remove one remaining instance of X11BASE to fix the build when OpenLDAP
is installed.
Reported by: Tim Bishop <tim-lists@bishnet.net>
Approved by: portmgr (implicit)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 1 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 1 | ||||
-rw-r--r-- | mail/thunderbird3/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index b1fe456e0ebe..06b5cba23ba4 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -25,7 +25,6 @@ HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GCC= 3.4+ -CFLAGS+= -I${X11BASE}/include MOZ_EXTENSIONS= wallet,spellcheck,xmlextras,webservices MOZ_PROTOCOLS= http,file,jar,viewsource,res,data diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index b1fe456e0ebe..06b5cba23ba4 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -25,7 +25,6 @@ HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GCC= 3.4+ -CFLAGS+= -I${X11BASE}/include MOZ_EXTENSIONS= wallet,spellcheck,xmlextras,webservices MOZ_PROTOCOLS= http,file,jar,viewsource,res,data diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile index b1fe456e0ebe..06b5cba23ba4 100644 --- a/mail/thunderbird3/Makefile +++ b/mail/thunderbird3/Makefile @@ -25,7 +25,6 @@ HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GCC= 3.4+ -CFLAGS+= -I${X11BASE}/include MOZ_EXTENSIONS= wallet,spellcheck,xmlextras,webservices MOZ_PROTOCOLS= http,file,jar,viewsource,res,data |