diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-16 03:26:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-16 03:26:39 +0800 |
commit | 2802ead5b6bcd34380c749f4eee86e0b2079c295 (patch) | |
tree | 20803a0434119fbf6572c63c86d197255c30f1ba /mail/thunderbird/Makefile | |
parent | 2764cb5f45f085d998022c5d10c64b8f12cfa85d (diff) | |
download | freebsd-ports-gnome-2802ead5b6bcd34380c749f4eee86e0b2079c295.tar.gz freebsd-ports-gnome-2802ead5b6bcd34380c749f4eee86e0b2079c295.tar.zst freebsd-ports-gnome-2802ead5b6bcd34380c749f4eee86e0b2079c295.zip |
* Update to 0.3
* Remove GTK1 support
See the Thunderbird release notes at
http://www.mozilla.org/projects/thunderbird/release-notes.html for a list
of what's new and what's changed.
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 606125ffbb4e..630bb1b19d9a 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -6,7 +6,7 @@ # PORTNAME= thunderbird -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION} @@ -33,15 +33,7 @@ USE_PERL5= yes USE_REINPLACE= yes HAS_CONFIGURE= yes ALL_TARGET= default - -.if defined(WITH_GTK2) USE_GNOME= gtk20 libidl -PKGNAMESUFFIX= -gtk2 -PLIST= ${PKGDIR}/pkg-plist.gtk2 -.else -USE_GNOME= gtk12 orbit -PLIST= ${PKGDIR}/pkg-plist.gtk1 -.endif NO_MTREE= yes WRKSRC= ${WRKDIR}/mozilla @@ -79,10 +71,6 @@ CONFIGURE_ENV+= WITHOUT_XFT=yes LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft .endif # !defined(WITHOUT_XFT) -.if defined(WITH_GTK2) -CONFIGURE_ENV+= WITH_GTK2=yes -.endif # defined(WITH_GTK2) - CPPFLAGS+= -I${X11BASE}/include CFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= -L${X11BASE}/lib |