diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:17:31 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:17:31 +0000 |
commit | c76cf46929051f9dd322487d888c82f104026e6d (patch) | |
tree | f415aeddadc6782b1474ebd88710bfa86cf08711 /mail/evolution | |
parent | b7bdcd418e7aca3dd98409e16a4c4ae9bc289d02 (diff) | |
download | ports-c76cf46929051f9dd322487d888c82f104026e6d.tar.gz ports-c76cf46929051f9dd322487d888c82f104026e6d.zip |
Notes
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index feae138d8876..30e9dfb045b8 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= unstable/sources/evolution MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - xml.5:${PORTSDIR}/textproc/libxml \ +LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ glade.4:${PORTSDIR}/devel/libglade \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ gnomeprint.12:${PORTSDIR}/print/gnomeprint \ @@ -25,22 +24,15 @@ LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ unicode.0:${PORTSDIR}/devel/libunicode \ gtkhtml.4:${PORTSDIR}/www/gtkhtml \ ldap.1:${PORTSDIR}/net/openldap \ - capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \ gpilotd.0:${PORTSDIR}/palm/gnomepilot -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - USE_GMAKE= yes USE_X_PREFIX= yes +USE_GNOME= yes USE_LIBTOOL= yes LIBTOOLFILES= configure libical/configure -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome \ - --with-pisock=${LOCALBASE}/pilot +CONFIGURE_ARGS= --with-pisock=${LOCALBASE}/pilot CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GLIB_CONFIG="${GLIB_CONFIG}" \ - GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" PLIST_SUB= VERSION=${PORTVERSION} |