diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-15 19:26:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-15 19:26:39 +0000 |
commit | 83037c0e8c0e7d076131e0e34d6cd460bcec33a7 (patch) | |
tree | 93d83aa72db8b4a11b1eb140093f1dafc3c48856 /mail/thunderbird-esr/Makefile | |
parent | 9f564499945e07440fb37f87af838595fbbdb0f7 (diff) | |
download | ports-83037c0e8c0e7d076131e0e34d6cd460bcec33a7.tar.gz ports-83037c0e8c0e7d076131e0e34d6cd460bcec33a7.zip |
Notes
Diffstat (limited to 'mail/thunderbird-esr/Makefile')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index 606125ffbb4e..630bb1b19d9a 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/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 |